Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.0.0 to 3.6.2 (#4890)
Browse files Browse the repository at this point in the history
* Bump org.apache.kafka:kafka-clients from 3.0.0 to 3.7.0

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>

* Use stable version

* Use stable version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <xiatian@apache.org>
  • Loading branch information
dependabot[bot] and Pil0tXia committed May 18, 2024
1 parent 6055a25 commit 4d3f70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eventmesh-connectors/eventmesh-connector-kafka/build.gradle
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.6.2'
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.6.2'

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

Expand Down

0 comments on commit 4d3f70a

Please sign in to comment.