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 {
44
55dependencies {
66 testImplementation(" org.codehaus.groovy:groovy-all:3.0.25" )
7- testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
7+ testImplementation(platform(" org.junit:junit-bom:5.14.1 " ))
88 testImplementation(" org.junit.jupiter:junit-jupiter" )
99 testImplementation(" org.mockito:mockito-core:5.14.2" )
1010}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949
5050 // tests setup
5151 testImplementation(" org.codehaus.groovy:groovy-all:3.0.25" )
52- testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
52+ testImplementation(platform(" org.junit:junit-bom:5.14.1 " ))
5353 testImplementation(" org.junit.jupiter:junit-jupiter" )
5454 testImplementation(" org.mockito:mockito-core:5.14.2" )
5555}
You can’t perform that action at this time.
0 commit comments