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 f3541b4 + 9a2900a commit 0c087fbCopy full SHA for 0c087fb
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32'
71
72
testImplementation project.deps.gocdPluginApi
73
- testImplementation platform('org.junit:junit-bom:5.9.2')
+ testImplementation platform('org.junit:junit-bom:5.9.3')
74
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
75
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
76
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments