Skip to content

Commit 3b57913

Browse files
authored
Merge pull request #253 from gocd/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 7e74a3f + 751727f commit 3b57913

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
@@ -52,6 +52,6 @@ subprojects {
5252
mavenCentral()
5353
}
5454
dependencies {
55-
testImplementation platform('org.junit:junit-bom:5.13.0')
55+
testImplementation platform('org.junit:junit-bom:5.13.2')
5656
}
5757
}

0 commit comments

Comments
 (0)