Skip to content

Commit ff7803a

Browse files
Bump org.junit:junit-bom from 6.0.0 to 6.0.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cc8be9 commit ff7803a

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
@@ -58,7 +58,7 @@ dependencies {
5858

5959
testImplementation( testFixtures( "com.enonic.xp:core-api" ) )
6060
testImplementation "com.enonic.xp:testing:${xpVersion}"
61-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
61+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
6262
testImplementation(platform("org.mockito:mockito-bom:5.20.0"))
6363
testImplementation 'org.junit.jupiter:junit-jupiter'
6464
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)