Skip to content

Commit

Permalink
Bump io.cloudevents:cloudevents-kafka from 2.2.1 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [io.cloudevents:cloudevents-kafka](https://github.com/cloudevents/sdk-java) from 2.2.1 to 2.5.0.
- [Release notes](https://github.com/cloudevents/sdk-java/releases)
- [Commits](cloudevents/sdk-java@2.2.1...2.5.0)

---
updated-dependencies:
- dependency-name: io.cloudevents:cloudevents-kafka
  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 18, 2024
1 parent a02f590 commit 8c3babb
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 @@ -17,7 +17,7 @@

dependencies {
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
implementation 'io.cloudevents:cloudevents-kafka:2.4.2'
implementation 'io.cloudevents:cloudevents-kafka:2.5.0'
implementation 'org.apache.kafka:kafka-clients:3.6.2'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
implementation project(":eventmesh-common")
// https://mavenlibs.com/maven/dependency/io.cloudevents/cloudevents-kafka
implementation group: 'io.cloudevents', name: 'cloudevents-kafka', version: '2.4.2'
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'
Expand Down

0 comments on commit 8c3babb

Please sign in to comment.