Skip to content

Commit 65eeb88

Browse files
committedOct 22, 2024·
chore(deps): update all dependencies to v5.11.3
1 parent 5282cc2 commit 65eeb88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ woodstox = "7.0.0"
1818

1919
# testing
2020
assertj = "3.26.3"
21-
junit = "5.11.2"
21+
junit = "5.11.3"
2222
mockito = "5.14.2"
2323
mockito-kotlin = "5.4.0"
2424
sonarqube-orchestrator = "5.0.0.2065"

‎plsql-custom-rules/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.7.0-SNAPSHOT")
2929
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion")
3030
testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.7.0-SNAPSHOT")
31-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
31+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
3232
}
3333

3434
configurations {

‎plsql-custom-rules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>5.11.2</version>
49+
<version>5.11.3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

0 commit comments

Comments
 (0)
Please sign in to comment.