Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump junit-bom and assertJ versions
  • Loading branch information
sergioa authored Mar 17, 2025
commit 7b988b6cea69190dd0d9b4b2e558681fcd718eeb
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ configure(libs) {
apply(plugin = "java-library")

val orgSlf4jVersion = "2.0.13"
val assertJVersion = "1.9.22.1"
val assertJVersion = "1.9.23"

dependencyManagement {
imports {
mavenBom("com.fasterxml.jackson:jackson-bom:2.17.2")
mavenBom("org.junit:junit-bom:5.10.3")
mavenBom("org.junit:junit-bom:5.12.1")
}
dependencies {
dependency("com.github.spotbugs:spotbugs:4.8.6")
Expand Down
Loading