Skip to content

Commit

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

---
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 Jul 15, 2024
1 parent 50a36aa commit 8b45df9
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 @@ -19,7 +19,7 @@ dependencies {
implementation project(":eventmesh-common")
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation 'io.cloudevents:cloudevents-kafka:2.5.0'
implementation 'org.apache.kafka:kafka-clients:3.6.2'
implementation 'org.apache.kafka:kafka-clients:3.7.1'
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.5.0'

// https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
implementation 'org.apache.kafka:kafka-clients:3.6.2'
implementation 'org.apache.kafka:kafka-clients:3.7.1'

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

Expand Down

0 comments on commit 8b45df9

Please sign in to comment.