Skip to content

Commit 5ae1d6f

Browse files
Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#13)
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/junit-framework@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f40dffc commit 5ae1d6f

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
@@ -19,7 +19,7 @@ allprojects {
1919
dependencies {
2020
compileOnly 'org.jetbrains:annotations:26.0.2'
2121

22-
testImplementation(platform('org.junit:junit-bom:5.12.1'))
22+
testImplementation(platform('org.junit:junit-bom:5.12.2'))
2323
testImplementation('org.junit.jupiter:junit-jupiter')
2424
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
2525
testImplementation('com.google.guava:guava:33.4.6-jre')

0 commit comments

Comments
 (0)