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 @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- testImplementation(" org.codehaus.groovy:groovy-all:3.0.19 " )
6
+ testImplementation(" org.codehaus.groovy:groovy-all:3.0.21 " )
7
7
testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
8
8
testImplementation(" org.junit.jupiter:junit-jupiter" )
9
9
testImplementation(" org.mockito:mockito-core:5.6.0" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
47
47
implementation(" com.eternalcode:gitcheck:1.0.0" )
48
48
49
49
// tests setup
50
- testImplementation(" org.codehaus.groovy:groovy-all:3.0.19 " )
50
+ testImplementation(" org.codehaus.groovy:groovy-all:3.0.21 " )
51
51
testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
52
52
testImplementation(" org.junit.jupiter:junit-jupiter" )
53
53
testImplementation(" org.mockito:mockito-core:5.6.0" )
You can’t perform that action at this time.
0 commit comments