Skip to content

Commit

Permalink
Bump commons-validator:commons-validator from 1.7 to 1.8.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 461680b commit e987932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
because("VCS repositories filtering is supported for Gradle Enterprise auto-injection")
}

implementation("commons-validator:commons-validator:1.7") {
implementation("commons-validator:commons-validator:1.8.0") {
exclude(group = "commons-beanutils", module = "commons-beanutils")
exclude(group = "commons-logging", module = "commons-logging")
}
Expand Down

0 comments on commit e987932

Please sign in to comment.