Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: io.cloudevents:cloudevents-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 532c6a0 commit 4a91236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
// Used in samples
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10'
implementation group: 'io.cloudevents', name: 'cloudevents-core', version: '3.0.0'
implementation group: 'io.cloudevents', name: 'cloudevents-api', version: '2.5.0'
implementation group: 'io.cloudevents', name: 'cloudevents-api', version: '3.0.0'
implementation group: 'io.cloudevents', name: 'cloudevents-json-jackson', version: '3.0.0'
implementation group: 'io.serverlessworkflow', name: 'serverlessworkflow-api', version: '4.0.5.Final'
implementation group: 'io.serverlessworkflow', name: 'serverlessworkflow-validation', version: '4.0.5.Final'
Expand Down

0 comments on commit 4a91236

Please sign in to comment.