Skip to content

Commit ffbc4ad

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 6388607 commit ffbc4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-api'
2020
testRuntimeOnly project(':jme3-testdata')
2121
}

0 commit comments

Comments
 (0)