This is an automated email from the ASF dual-hosted git repository.
harshitha 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 b27e51650 Bump jacksonVersion from 2.17.2 to 2.18.0 (#5114)
b27e51650 is described below
commit b27e5165047f5c50596e75f2b9735866d7d9f5b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 21:32:31 2024 +0530
Bump jacksonVersion from 2.17.2 to 2.18.0 (#5114)
Bumps `jacksonVersion` from 2.17.2 to 2.18.0.
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.0
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.2...jackson-core-2.18.0)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to
2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from
2.17.2 to 2.18.0
-
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.18.0)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from
2.17.2 to 2.18.0
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
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 a18e2136d..0a4e51eb5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -699,7 +699,7 @@ subprojects {
def grpcVersion = '1.68.0'
def log4jVersion = '2.23.1'
- def jacksonVersion = '2.17.2'
+ def jacksonVersion = '2.18.0'
def dropwizardMetricsVersion = '4.2.26'
def opentelemetryVersion = '1.36.0'
def cloudeventsVersion = '3.0.0'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]