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.0"
1818
1919# testing
2020assertj = " 3.27.3"
21- junit = " 5.12.0 "
21+ junit = " 5.12.1 "
2222mockito = " 5.16.1"
2323mockito-kotlin = " 5.4.0"
2424sonarqube-orchestrator = " 5.2.0.2403"
Original file line number Diff line number Diff line change 2222
2323val minSonarQubeVersion = " 9.9.0.65466"
2424val minSonarQubeApiVersion = " 9.14.0.375"
25- val junitVersion = " 5.12.0 "
25+ val junitVersion = " 5.12.1 "
2626val zpaVersion = " 3.7.0"
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 >5.12.0 </version >
50+ <version >5.12.1 </version >
5151 <scope >test</scope >
5252 </dependency >
5353 </dependencies >
You can’t perform that action at this time.
0 commit comments