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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jreleaser.model.Active
val springBootVersion = "3.5.6"
val junitPlatformVersion = "1.10.2"
val embeddedRedisVersion = "1.4.3"
val commonsValidatorVersion = "1.10.0"
val commonsValidatorVersion = "1.10.1"
val mockkVersion = "1.14.6"
val archunitVersion = "1.4.1"
val logunitVersion = "2.0.0"
Expand Down
Loading