Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Bump kafka from 1.15.2 to 1.15.3 (#186)
Browse files Browse the repository at this point in the history
Bumps [kafka](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.15.3.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.2...1.15.3)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea <[email protected]>
  • Loading branch information
dependabot[bot] and andrewinci authored May 29, 2021
1 parent c9bf536 commit 7bf33a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

// Integration tests
testImplementation(group: 'org.testfx', name: 'openjfx-monocle', version: "jdk-12.0.1+2")
integrationTestImplementation(group: 'org.testcontainers', name: 'kafka', version: "1.15.2")
integrationTestImplementation(group: 'org.testcontainers', name: 'kafka', version: "1.15.3")
integrationTestImplementation(group: 'org.apache.kafka', name: 'kafka-clients', version: '6.0.0-ce')
}

Expand Down
2 changes: 1 addition & 1 deletion lib/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencies {
implementation(group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core-jvm', version: '1.4.1')

// Test Container
api(group: 'org.testcontainers', name: 'kafka', version: "1.15.2")
api(group: 'org.testcontainers', name: 'kafka', version: "1.15.3")
}

0 comments on commit 7bf33a9

Please sign in to comment.