Skip to content

Commit 2843a68

Browse files
Bump org.springframework.kafka:spring-kafka-test from 4.0.0-M3 to 4.0.0-M4 (#5583)
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 b7ece59 commit 2843a68

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
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
- Bump `spring_version` from 6.2.9 to 6.2.10 ([#5569](https://github.com/opensearch-project/security/pull/5569))
2828
- Bump `com.github.spotbugs` from 6.2.4 to 6.2.5 ([#5584](https://github.com/opensearch-project/security/pull/5584))
2929
- Bump `open_saml_shib_version` from 9.1.4 to 9.1.5 ([#5585](https://github.com/opensearch-project/security/pull/5585))
30+
- Bump `org.springframework.kafka:spring-kafka-test` from 4.0.0-M3 to 4.0.0-M4 ([#5583](https://github.com/opensearch-project/security/pull/5583))
3031

3132
### Documentation
3233

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ dependencies {
758758
testImplementation "org.apache.kafka:kafka-test-common-runtime:${kafka_version}"
759759
testImplementation "org.apache.kafka:kafka-test-common-internal-api:${kafka_version}"
760760
testImplementation 'commons-validator:commons-validator:1.10.0'
761-
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M3"
761+
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M4"
762762
testImplementation "org.springframework:spring-beans:${spring_version}"
763763
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
764764
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'

0 commit comments

Comments
 (0)