Skip to content

Commit 6bbf6a7

Browse files
Bump commons-validator:commons-validator from 1.10.0 to 1.10.1 (#375)
Bumps [commons-validator:commons-validator](https://github.com/apache/commons-validator) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/apache/commons-validator/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-validator@rel/commons-validator-1.10.0...rel/commons-validator-1.10.1) --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75843f2 commit 6bbf6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

9494
dependencies {
9595
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
96-
implementation group: 'commons-validator', name: 'commons-validator', version: "1.10.0"
96+
implementation group: 'commons-validator', name: 'commons-validator', version: "1.10.1"
9797

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

0 commit comments

Comments
 (0)