We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b889a32 + 8e2869f commit 383c90cCopy full SHA for 383c90c
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.34'
71
72
testImplementation project.deps.gocdPluginApi
73
- testImplementation platform('org.junit:junit-bom:5.12.1')
+ testImplementation platform('org.junit:junit-bom:5.12.2')
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