Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients in /sample-apps/kafka-app
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.6.0 to 3.6.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 Dec 13, 2023
1 parent 0429289 commit 314714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/kafka-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api 'org.eclipse.microprofile:microprofile:6.1'
api 'org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:3.0'

implementation 'org.apache.kafka:kafka-clients:3.6.0'
implementation 'org.apache.kafka:kafka-clients:3.6.1'

testImplementation project(':microshed-testing-testcontainers')
testImplementation project(':microshed-testing-core')
Expand Down

0 comments on commit 314714e

Please sign in to comment.