Skip to content

Commit 3b5779e

Browse files
Bump org.junit:junit-bom from 6.0.0 to 6.0.1 (#280)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 579fad4 commit 3b5779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.27.6
66
jspecify = { group = "org.jspecify", name = "jspecify", version = "1.0.0" }
77
jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.20.0" }
88
junit-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
9-
junit-bom = { group = "org.junit", name = "junit-bom", version = "6.0.0" }
9+
junit-bom = { group = "org.junit", name = "junit-bom", version = "6.0.1" }
1010
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
1111
junit-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
1212
junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }

0 commit comments

Comments
 (0)