Skip to content

Commit 71eecdf

Browse files
Bump commons-validator:commons-validator from 1.7 to 1.8.0 (#197)
Bumps commons-validator:commons-validator from 1.7 to 1.8.0. --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Lambrecht <[email protected]>
1 parent 3730421 commit 71eecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ subprojects {
100100

101101
dependencies {
102102
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
103-
implementation group: 'commons-validator', name: 'commons-validator', version: "1.7"
103+
implementation group: 'commons-validator', name: 'commons-validator', version: "1.8.0"
104104

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

0 commit comments

Comments
 (0)