Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-streams from 3.8.0 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-streams from 3.8.0 to 3.9.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent c599593 commit 0353567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ configurations {
dependencies {
implementation 'io.github.javactrl:javactrl-core:1.0.2'
javactrl 'io.github.javactrl:javactrl-core:1.0.2'
implementation 'org.apache.kafka:kafka-streams:3.8.0'
implementation 'org.apache.kafka:kafka-streams:3.9.0'
implementation 'org.slf4j:slf4j-api:2.0.13'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.8.0'
testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.9.0'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
Expand Down

0 comments on commit 0353567

Please sign in to comment.