Skip to content

Commit b55a550

Browse files
fix(deps): update junit-framework monorepo to v6.0.3 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f1eaf2 commit b55a550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ woodstox = "7.1.1"
1818

1919
# testing
2020
assertj = "3.27.7"
21-
junit = "6.0.2"
21+
junit = "6.0.3"
2222
mockito = "5.21.0"
2323
mockito-kotlin = "6.2.3"
2424
sonarqube-orchestrator = "6.1.0.3962"

plsql-custom-rules/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ java {
2222

2323
val minSonarQubeVersion = "25.8.0.111929"
2424
val minSonarQubeApiVersion = "13.0.0.3026"
25-
val junitVersion = "6.0.2"
25+
val junitVersion = "6.0.3"
2626
val zpaVersion = "4.1.0-SNAPSHOT"
2727

2828
dependencies {

plsql-custom-rules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>
4949
<artifactId>junit-jupiter</artifactId>
50-
<version>6.0.2</version>
50+
<version>6.0.3</version>
5151
<scope>test</scope>
5252
</dependency>
5353
</dependencies>

0 commit comments

Comments
 (0)