Skip to content

Commit 1b61ef1

Browse files
Bump org.junit:junit-bom from 5.9.1 to 6.0.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.9.1 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.9.1...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b515f94 commit 1b61ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jbullet = "com.github.stephengold:jbullet:1.0.3"
2121
jinput = "net.java.jinput:jinput:2.0.9"
2222
jna = "net.java.dev.jna:jna:5.18.1"
2323
jnaerator-runtime = "com.nativelibs4java:jnaerator-runtime:0.12"
24-
junit-bom = "org.junit:junit-bom:5.13.4"
24+
junit-bom = "org.junit:junit-bom:6.0.3"
2525
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
2626
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
2727
lwjgl2 = "org.jmonkeyengine:lwjgl:2.9.5"

jme3-screenshot-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation project(':jme3-plugins')
1616

1717
implementation 'com.aventstack:extentreports:5.1.2'
18-
implementation platform('org.junit:junit-bom:5.9.1')
18+
implementation platform('org.junit:junit-bom:6.0.3')
1919
implementation 'org.junit.jupiter:junit-jupiter'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2121
testRuntimeOnly project(':jme3-testdata')

0 commit comments

Comments
 (0)