File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ dependencies {
66
66
implementation ' com.google.code.gson:gson:2.13.1'
67
67
68
68
testImplementation project. deps. gocdPluginApi
69
- testImplementation platform(' org.junit:junit-bom:5.12.2 ' )
69
+ testImplementation platform(' org.junit:junit-bom:5.13.0 ' )
70
70
testImplementation ' org.junit.jupiter:junit-jupiter-api'
71
71
testImplementation ' org.junit.jupiter:junit-jupiter-params'
72
72
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
73
73
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
74
74
testImplementation ' org.hamcrest:hamcrest-core:3.0'
75
- testImplementation ' org.mockito:mockito-core:5.17 .0'
75
+ testImplementation ' org.mockito:mockito-core:5.18 .0'
76
76
testImplementation(' com.icegreen:greenmail:2.1.3' ) {
77
77
exclude group : ' junit'
78
78
}
You can’t perform that action at this time.
0 commit comments