Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-streams-test-utils from 7.8.1-ce to 7.9.0-ce
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-streams-test-utils from 7.8.1-ce to 7.9.0-ce.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-streams-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent cec5c4f commit 59c82ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
testImplementation("io.kotest:kotest-runner-junit5-jvm:${libs.versions.kotest.get()}")
testImplementation(libs.testcontainer.postgresql)
testImplementation("org.testcontainers:kafka:1.20.5")
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.8.1-ce")
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.9.0-ce")
testImplementation("no.nav.security:mock-oauth2-server:2.1.10")

testImplementation(libs.mockk)
Expand Down

0 comments on commit 59c82ca

Please sign in to comment.