Skip to content

Commit 4758169

Browse files
authored
Merge pull request #192 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 4e86cf2 + ec347d8 commit 4758169

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
@@ -73,7 +73,7 @@ dependencies {
7373
implementation 'com.google.code.gson:gson:2.13.2'
7474

7575
testImplementation project.deps.gocdPluginApi
76-
testImplementation platform('org.junit:junit-bom:6.0.1')
76+
testImplementation platform('org.junit:junit-bom:6.0.2')
7777
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7878
testImplementation 'org.junit.jupiter:junit-jupiter-params'
7979
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)