This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 7e53cde49 Bump cloudeventsVersion from 2.4.2 to 2.5.0 (#4925)
7e53cde49 is described below
commit 7e53cde492482960cce31d987367aeb69f1d2b50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 27 14:07:53 2024 +0800
Bump cloudeventsVersion from 2.4.2 to 2.5.0 (#4925)
Bumps `cloudeventsVersion` from 2.4.2 to 2.5.0.
Updates `io.cloudevents:cloudevents-core` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/cloudevents/sdk-java/releases)
- [Commits](https://github.com/cloudevents/sdk-java/compare/2.4.2...2.5.0)
Updates `io.cloudevents:cloudevents-json-jackson` from 2.4.2 to 2.5.0
Updates `io.cloudevents:cloudevents-protobuf` from 2.4.2 to 2.5.0
---
updated-dependencies:
- dependency-name: io.cloudevents:cloudevents-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.cloudevents:cloudevents-json-jackson
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.cloudevents:cloudevents-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 91a5ed044..5bb0439ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -653,7 +653,7 @@ subprojects {
def jacksonVersion = '2.17.1'
def dropwizardMetricsVersion = '4.2.25'
def opentelemetryVersion = '1.36.0'
- def cloudeventsVersion = '2.4.2'
+ def cloudeventsVersion = '2.5.0'
def curatorVersion = '5.6.0'
def mockitoVersion = '3.12.4'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]