Skip to content

Commit 95c16ce

Browse files
Bump commons-validator:commons-validator from 1.10.0 to 1.10.1 (#3441)
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 802c124 commit 95c16ce

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
@@ -270,7 +270,7 @@ dependencies {
270270
implementation("org.jetbrains:annotations:26.0.2-1")
271271
implementation("com.neovisionaries:nv-i18n:1.29")
272272
implementation("org.luaj:luaj-jse:3.0.1")
273-
implementation("commons-validator:commons-validator:1.10.0") {
273+
implementation("commons-validator:commons-validator:1.10.1") {
274274
exclude module: 'commons-logging'
275275
}
276276
implementation("com.github.micheljung:JJsonRpc:01a7fba5f4")

0 commit comments

Comments
 (0)