File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
testImplementation(" org.codehaus.groovy:groovy-all:3.0.21" )
7
- testImplementation(platform(" org.junit:junit-bom:5.9.1 " ))
7
+ testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
8
8
testImplementation(" org.junit.jupiter:junit-jupiter" )
9
9
testImplementation(" org.mockito:mockito-core:5.12.0" )
10
10
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
49
49
// tests setup
50
50
testImplementation(" org.codehaus.groovy:groovy-all:3.0.21" )
51
- testImplementation(platform(" org.junit:junit-bom:5.9.1 " ))
51
+ testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
52
52
testImplementation(" org.junit.jupiter:junit-jupiter" )
53
53
testImplementation(" org.mockito:mockito-core:5.12.0" )
54
54
}
You can’t perform that action at this time.
0 commit comments