Skip to content

Commit f097e3b

Browse files
Bump commons-validator:commons-validator from 1.8.0 to 1.9.0 (#251)
Bumps commons-validator:commons-validator from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9251b3 commit f097e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ subprojects {
105105

106106
dependencies {
107107
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
108-
implementation group: 'commons-validator', name: 'commons-validator', version: "1.8.0"
108+
implementation group: 'commons-validator', name: 'commons-validator', version: "1.9.0"
109109

110110
testCompileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: "${jupiterVersion}"
111111
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: "${jupiterVersion}"

0 commit comments

Comments
 (0)