Skip to content

Commit e9e341a

Browse files
Bump commons-validator:commons-validator from 1.10.0 to 1.10.1 (#5807)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]>
1 parent ba25bb8 commit e9e341a

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
@@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6666
- Bump `commons-io:commons-io` from 2.20.0 to 2.21.0 ([#5780](https://github.com/opensearch-project/security/pull/5780))
6767
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.5 to 10.6 ([#5782](https://github.com/opensearch-project/security/pull/5782))
6868
- Upgrade to gradle 9.2 and run CI with JDK 25 ([#5786](https://github.com/opensearch-project/security/pull/5786))
69+
- Bump `commons-validator:commons-validator` from 1.10.0 to 1.10.1 ([#5807](https://github.com/opensearch-project/security/pull/5807))
6970
- Bump `actions/checkout` from 5 to 6 ([#5810](https://github.com/opensearch-project/security/pull/5810))
7071

7172
### Documentation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ dependencies {
778778
testImplementation "org.apache.kafka:kafka-test-common-runtime:${kafka_version}"
779779
testImplementation "org.apache.kafka:kafka-test-common-internal-api:${kafka_version}"
780780
testImplementation "org.apache.kafka:kafka-transaction-coordinator:${kafka_version}"
781-
testImplementation 'commons-validator:commons-validator:1.10.0'
781+
testImplementation 'commons-validator:commons-validator:1.10.1'
782782
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-RC1"
783783
testImplementation "org.springframework:spring-beans:${spring_version}"
784784
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'

0 commit comments

Comments
 (0)