Skip to content

Commit 3121d88

Browse files
Bump commons-validator:commons-validator from 1.9.0 to 1.10.0 (#5476)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]>
1 parent 69445a6 commit 3121d88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4747
- Bump `org.junit.jupiter:junit-jupiter` from 5.13.2 to 5.13.3 ([#5460](https://github.com/opensearch-project/security/pull/5460))
4848
- Bump `org.checkerframework:checker-qual` from 3.49.4 to 3.49.5 ([#5462](https://github.com/opensearch-project/security/pull/5462))
4949
- Bump `com.google.googlejavaformat:google-java-format` from 1.27.0 to 1.28.0 ([#5475](https://github.com/opensearch-project/security/pull/5475))
50+
- Bump `commons-validator:commons-validator` from 1.9.0 to 1.10.0 ([#5476](https://github.com/opensearch-project/security/pull/5476))
5051

5152
### Documentation
5253

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ dependencies {
750750
testImplementation "org.apache.kafka:kafka-share-coordinator:${kafka_version}"
751751
testImplementation "org.apache.kafka:kafka-test-common-runtime:${kafka_version}"
752752
testImplementation "org.apache.kafka:kafka-test-common-internal-api:${kafka_version}"
753-
testImplementation 'commons-validator:commons-validator:1.9.0'
753+
testImplementation 'commons-validator:commons-validator:1.10.0'
754754
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M2"
755755
testImplementation "org.springframework:spring-beans:${spring_version}"
756756
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'

0 commit comments

Comments
 (0)