Skip to content

Commit c1da7d6

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

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
@@ -18,7 +18,7 @@ dependencies {
1818
implementation "com.google.code.gson:gson:2.13.2"
1919
implementation "com.github.javaparser:javaparser-core:3.27.0"
2020

21-
testImplementation platform("org.junit:junit-bom:5.11.4")
21+
testImplementation platform("org.junit:junit-bom:6.0.0")
2222
testImplementation "org.junit.jupiter:junit-jupiter"
2323
testImplementation "org.assertj:assertj-core:3.27.4"
2424
testImplementation "com.approvaltests:approvaltests:25.4.3"

0 commit comments

Comments
 (0)