Skip to content

Commit a54b619

Browse files
Update dependency commons-validator:commons-validator to v1.9.0
1 parent 27b2b1f commit a54b619

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
@@ -4,7 +4,7 @@ val springBootVersion = "3.2.6"
44
val junitPlatformVersion = "1.10.2"
55
val jsonPathVersion = "2.9.0" // override transitive dep due to CVE violation
66
val embeddedRedisVersion = "1.4.3"
7-
val commonsValidatorVersion = "1.8.0"
7+
val commonsValidatorVersion = "1.9.0"
88
val mockkVersion = "1.13.11"
99
val archunitVersion = "1.3.0"
1010
val logunitVersion = "2.0.0"

0 commit comments

Comments
 (0)