Skip to content

Commit 1707be4

Browse files
build(deps): bump org.junit:junit-bom from 5.10.3 to 5.14.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.3 to 5.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.14.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d09faf2 commit 1707be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ configure(libs) {
150150
dependencyManagement {
151151
imports {
152152
mavenBom("com.fasterxml.jackson:jackson-bom:2.20.1")
153-
mavenBom("org.junit:junit-bom:5.10.3")
153+
mavenBom("org.junit:junit-bom:5.14.1")
154154
}
155155
dependencies {
156156
dependency("com.github.spotbugs:spotbugs:4.9.8")

0 commit comments

Comments
 (0)