We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54cf957 + 70cbdd1 commit 5de9db8Copy full SHA for 5de9db8
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33'
71
72
testImplementation project.deps.gocdPluginApi
73
- testImplementation platform('org.junit:junit-bom:5.11.3')
+ testImplementation platform('org.junit:junit-bom:5.11.4')
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