Skip to content

Commit 75695dc

Browse files
Bump org.junit:junit-bom from 5.10.2 to 5.11.1 (#223)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.11.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53c3de8 commit 75695dc

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.11.0"
1919
implementation "com.github.javaparser:javaparser-core:3.25.10"
2020

21-
testImplementation platform("org.junit:junit-bom:5.10.2")
21+
testImplementation platform("org.junit:junit-bom:5.11.1")
2222
testImplementation "org.junit.jupiter:junit-jupiter"
2323
testImplementation "org.assertj:assertj-core:3.25.3"
2424
testImplementation "com.approvaltests:approvaltests:24.7.0"

0 commit comments

Comments
 (0)