Skip to content

Commit d133e2f

Browse files
authored
Merge pull request #21 from gocd-contrib/dependabot/gradle/gradle-deps-b1170ea28b
Bump org.junit:junit-bom from 6.0.1 to 6.0.2 in the gradle-deps group
2 parents 1bb06d7 + e82a836 commit d133e2f

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.1')
74+
testImplementation platform('org.junit:junit-bom:6.0.2')
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)