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 Jun 1, 2024
1 parent 718bc2c commit 0873a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ dependencies {
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'com.github.niknetniko:easy-random:master-SNAPSHOT'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'commons-validator:commons-validator:1.8.0'
testImplementation 'commons-validator:commons-validator:1.9.0'
testImplementation 'com.google.guava:guava:33.1.0-jre'
}

Expand Down

0 comments on commit 0873a6e

Please sign in to comment.