This is an automated email from the ASF dual-hosted git repository.
mxsm 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 7140930ff Bump jacksonVersion from 2.0.1 to 2.17.1 (#4955)
7140930ff is described below
commit 7140930ffe407e9cb70d0e1c49b49f2059cb14c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 16:37:12 2024 +0800
Bump jacksonVersion from 2.0.1 to 2.17.1 (#4955)
* Bump jacksonVersion from 2.0.1 to 2.17.1
Bumps `jacksonVersion` from 2.0.1 to 2.17.1.
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.0.1 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.1 to 2.17.1
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.1...jackson-core-2.17.1)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.1 to
2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from
2.17.1 to 2.17.1
-
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.17.1)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from
2.17.1 to 2.17.1
---
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-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Remove redundant dep declaration
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <[email protected]>
---
eventmesh-meta/eventmesh-meta-raft/build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/eventmesh-meta/eventmesh-meta-raft/build.gradle
b/eventmesh-meta/eventmesh-meta-raft/build.gradle
index 2127e6d0f..3ac58a69a 100644
--- a/eventmesh-meta/eventmesh-meta-raft/build.gradle
+++ b/eventmesh-meta/eventmesh-meta-raft/build.gradle
@@ -36,7 +36,6 @@ dependencies {
implementation project(":eventmesh-meta:eventmesh-meta-api")
implementation project(":eventmesh-common")
- implementation group: 'com.fasterxml.jackson.core', name:
'jackson-databind', version: '2.0.1'
implementation "com.alipay.sofa:jraft-core:1.3.14"
implementation "com.alipay.sofa:rpc-grpc-impl:1.3.14"
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]