File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ woodstox = "7.1.1"
1818
1919# testing
2020assertj = " 3.27.7"
21- junit = " 6.0.2 "
21+ junit = " 6.0.3 "
2222mockito = " 5.21.0"
2323mockito-kotlin = " 6.2.3"
2424sonarqube-orchestrator = " 6.1.0.3962"
Original file line number Diff line number Diff line change 2222
2323val minSonarQubeVersion = " 25.8.0.111929"
2424val minSonarQubeApiVersion = " 13.0.0.3026"
25- val junitVersion = " 6.0.2 "
25+ val junitVersion = " 6.0.3 "
2626val zpaVersion = " 4.1.0-SNAPSHOT"
2727
2828dependencies {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments