We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ea7210 + bace45d commit fe5954cCopy full SHA for fe5954c
build.gradle
@@ -98,7 +98,7 @@ dependencies {
98
runtimeOnly group: 'org.cache2k', name: 'cache2k-core', version: project.versions.cache2k
99
100
testImplementation project.deps.gocdPluginApi
101
- testImplementation platform('org.junit:junit-bom:5.12.1')
+ testImplementation platform('org.junit:junit-bom:5.12.2')
102
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
103
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
104
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments