Skip to content

Commit

Permalink
Merge pull request #591 from MicroShed/dependabot/gradle/sample-apps/…
Browse files Browse the repository at this point in the history
…kafka-app/org.apache.kafka-kafka-clients-3.8.0
  • Loading branch information
KyleAure authored Jul 29, 2024
2 parents 7ce050e + 70fc0f6 commit 12e9d30
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.1'

implementation 'org.apache.kafka:kafka-clients:3.7.1'
implementation 'org.apache.kafka:kafka-clients:3.8.0'

testImplementation project(':microshed-testing-testcontainers')

Expand Down

0 comments on commit 12e9d30

Please sign in to comment.