Skip to content

Commit 3d618c8

Browse files
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecfd569 commit 3d618c8

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
@@ -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)