Skip to content

Commit

Permalink
Bump commons-validator:commons-validator from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent c9251b3 commit 5854668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ subprojects {

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

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

0 comments on commit 5854668

Please sign in to comment.