diff --git a/build.gradle.kts b/build.gradle.kts index 8ac9619b..56f2c9d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -148,7 +148,7 @@ configure(libs) { dependencyManagement { imports { mavenBom("com.fasterxml.jackson:jackson-bom:2.21.1") - mavenBom("org.junit:junit-bom:5.10.3") + mavenBom("org.junit:junit-bom:5.14.4") } dependencies { dependency("com.github.spotbugs:spotbugs:4.9.8")