Skip to content

Commit c8db3a9

Browse files
authored
Merge pull request #159 from wiremock/dependabot/gradle/org.junit-junit-bom-5.12.2
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
2 parents ecfd569 + 3d618c8 commit c8db3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105

106106
implementation 'javax.annotation:javax.annotation-api:1.3.2'
107107

108-
testFixturesApi(platform('org.junit:junit-bom:5.12.1'))
108+
testFixturesApi(platform('org.junit:junit-bom:5.12.2'))
109109
testFixturesApi "org.junit.jupiter:junit-jupiter"
110110
testFixturesApi "org.junit.platform:junit-platform-launcher"
111111
testFixturesApi "org.hamcrest:hamcrest-core:3.0"

0 commit comments

Comments
 (0)