File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ woodstox = "7.0.0"
18
18
19
19
# testing
20
20
assertj = " 3.26.3"
21
- junit = " 5.11.2 "
21
+ junit = " 5.11.3 "
22
22
mockito = " 5.14.2"
23
23
mockito-kotlin = " 5.4.0"
24
24
sonarqube-orchestrator = " 5.0.0.2065"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
compileOnly(" com.felipebz.zpa:sonar-zpa-plugin:3.7.0-SNAPSHOT" )
29
29
testImplementation(" org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion " )
30
30
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 " )
32
32
}
33
33
34
34
configurations {
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >org.junit.jupiter</groupId >
48
48
<artifactId >junit-jupiter</artifactId >
49
- <version >5.11.2 </version >
49
+ <version >5.11.3 </version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
You can’t perform that action at this time.
0 commit comments