Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and DaGeRe committed Nov 1, 2024
1 parent 0a6cb45 commit 374d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
// api "net.monitoring:kieker:1.13-SNAPSHOT"

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation "org.apache.kafka:kafka-clients:3.8.0"
implementation "org.apache.kafka:kafka-clients:3.8.1"

// Use JUnit test framework
// testImplementation "junit:junit:4.12"
Expand Down

0 comments on commit 374d80b

Please sign in to comment.