Skip to content

Commit 8280c36

Browse files
Bump commons-validator:commons-validator from 1.9.0 to 1.10.0 (#338)
Bumps commons-validator:commons-validator from 1.9.0 to 1.10.0. --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fbff4c commit 8280c36

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.9.0"
108+
implementation group: 'commons-validator', name: 'commons-validator', version: "1.10.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)