Skip to content

Commit c321c6d

Browse files
Bump org.junit:junit-bom from 5.11.4 to 5.12.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26eeb81 commit c321c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation "com.google.code.gson:gson:2.12.1"
1919
implementation "com.github.javaparser:javaparser-core:3.26.3"
2020

21-
testImplementation platform("org.junit:junit-bom:5.11.4")
21+
testImplementation platform("org.junit:junit-bom:5.12.2")
2222
testImplementation "org.junit.jupiter:junit-jupiter"
2323
testImplementation "org.assertj:assertj-core:3.27.0"
2424
testImplementation "com.approvaltests:approvaltests:24.15.0"

0 commit comments

Comments
 (0)