Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent beaa735 commit 9f198f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
dependencies {
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation 'io.cloudevents:cloudevents-kafka:2.4.2'
implementation 'org.apache.kafka:kafka-clients:3.0.0'
implementation 'org.apache.kafka:kafka-clients:3.7.0'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation group: 'io.cloudevents', name: 'cloudevents-kafka', version: '2.4.2'

// https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
implementation 'org.apache.kafka:kafka-clients:3.0.0'
implementation 'org.apache.kafka:kafka-clients:3.7.0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'

Expand Down

0 comments on commit 9f198f1

Please sign in to comment.