Skip to content

Commit bdeb429

Browse files
authored
Merge pull request #15 from gocd-contrib/dependabot/gradle/gradle-deps-8c9adcc388
Bump org.junit:junit-bom from 6.0.0 to 6.0.1 in the gradle-deps group
2 parents 30f64d2 + 10bf532 commit bdeb429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation 'com.google.code.gson:gson:2.13.2'
7272

7373
testImplementation project.deps.gocdPluginApi
74-
testImplementation platform('org.junit:junit-bom:6.0.0')
74+
testImplementation platform('org.junit:junit-bom:6.0.1')
7575
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7676
testImplementation 'org.junit.jupiter:junit-jupiter-params'
7777
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)