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 05f0ab3 + 95f2f6e commit de075f2Copy full SHA for de075f2
build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33'
81
82
testImplementation project.deps.gocdPluginApi
83
- testImplementation platform('org.junit:junit-bom:5.11.0')
+ testImplementation platform('org.junit:junit-bom:5.11.1')
84
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
85
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
86
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments