Skip to content

Commit dbced85

Browse files
authored
Merge pull request #278 from gocd-contrib/dependabot/gradle/gradle-deps-4823d27914
Bump org.junit:junit-bom from 5.13.3 to 5.13.4 in the gradle-deps group
2 parents 02e0b13 + 34ff7bd commit dbced85

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
@@ -65,7 +65,7 @@ dependencies {
6565
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.1.0'
6666

6767
testImplementation project.deps.gocdPluginApi
68-
testImplementation platform('org.junit:junit-bom:5.13.3')
68+
testImplementation platform('org.junit:junit-bom:5.13.4')
6969
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
7070
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7171
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)