Skip to content

Commit

Permalink
Bump io.cloudevents:cloudevents-json-jackson from 3.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps io.cloudevents:cloudevents-json-jackson from 3.0.0 to 4.0.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 2516af4 commit 3e1722a
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 @@ -26,7 +26,7 @@ dependencies {
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10'
implementation group: 'io.cloudevents', name: 'cloudevents-core', version: '4.0.1'
implementation group: 'io.cloudevents', name: 'cloudevents-api', version: '4.0.1'
implementation group: 'io.cloudevents', name: 'cloudevents-json-jackson', version: '3.0.0'
implementation group: 'io.cloudevents', name: 'cloudevents-json-jackson', version: '4.0.1'
implementation group: 'io.serverlessworkflow', name: 'serverlessworkflow-api', version: '4.0.5.Final'
implementation group: 'io.serverlessworkflow', name: 'serverlessworkflow-validation', version: '4.0.5.Final'
implementation group: 'io.serverlessworkflow', name: 'serverlessworkflow-spi', version: '4.0.5.Final'
Expand Down

0 comments on commit 3e1722a

Please sign in to comment.