Skip to content

Commit 78a65dc

Browse files
dependabot[bot]shikharj05cwperks
authored andcommitted
Bump org.springframework.kafka:spring-kafka-test from 4.0.0-M5 to 4.0.0-RC1 (opensearch-project#5742)
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: Shikhar Jain <[email protected]> Co-authored-by: Craig Perkins <[email protected]> Signed-off-by: Dennis Toepker <[email protected]>
1 parent 0aeca92 commit 78a65dc

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
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3838
- Bump `com.github.spotbugs` from 6.4.2 to 6.4.4 ([#5727](https://github.com/opensearch-project/security/pull/5727))
3939
- Bump `com.autonomousapps.build-health` from 3.0.4 to 3.3.0 ([#5726](https://github.com/opensearch-project/security/pull/5726), [#5744](https://github.com/opensearch-project/security/pull/5744))
4040
- Bump `spring_version` from 6.2.11 to 6.2.12 ([#5725](https://github.com/opensearch-project/security/pull/5725))
41+
- Bump `org.springframework.kafka:spring-kafka-test` from 4.0.0-M5 to 4.0.0-RC1 ([#5742](https://github.com/opensearch-project/security/pull/5742))
4142
- Bump `com.google.errorprone:error_prone_annotations` from 2.42.0 to 2.43.0 ([#5743](https://github.com/opensearch-project/security/pull/5743))
4243
- Bump `actions/upload-artifact` from 4 to 5 ([#5740](https://github.com/opensearch-project/security/pull/5740))
4344
- Bump `actions/download-artifact` from 5 to 6 ([#5739](https://github.com/opensearch-project/security/pull/5739))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ dependencies {
762762
testImplementation "org.apache.kafka:kafka-test-common-runtime:${kafka_version}"
763763
testImplementation "org.apache.kafka:kafka-test-common-internal-api:${kafka_version}"
764764
testImplementation 'commons-validator:commons-validator:1.10.0'
765-
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M5"
765+
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-RC1"
766766
testImplementation "org.springframework:spring-beans:${spring_version}"
767767
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
768768
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'

0 commit comments

Comments
 (0)