Skip to content

Commit 95e904c

Browse files
authored
Merge pull request #139 from gocd-contrib/dependabot/gradle/gradle-deps-60e37895a5
Bump org.junit:junit-bom from 5.13.0 to 5.13.2 in the gradle-deps group
2 parents 2c1acd4 + a254d1d commit 95e904c

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
@@ -67,7 +67,7 @@ dependencies {
6767
testImplementation project.deps.gocdPluginApi
6868
testImplementation 'org.mockito:mockito-core:5.18.0'
6969
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
70-
testImplementation platform('org.junit:junit-bom:5.13.0')
70+
testImplementation platform('org.junit:junit-bom:5.13.2')
7171
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
7272
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
7373
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'

0 commit comments

Comments
 (0)