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 d3e01feb4 Bump com.fasterxml.jackson.core:jackson-annotations (#4883)
d3e01feb4 is described below
commit d3e01feb4bfc69ce303d794bded5274ed84987fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 18 07:09:36 2024 +0800
Bump com.fasterxml.jackson.core:jackson-annotations (#4883)
Bumps
[com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson)
from 2.13.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
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 c4397bfb0..80af647e2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -671,7 +671,7 @@ subprojects {
dependency "com.fasterxml.jackson.core:jackson-databind:2.13.0"
dependency "com.fasterxml.jackson.core:jackson-core:2.13.0"
- dependency "com.fasterxml.jackson.core:jackson-annotations:2.13.0"
+ dependency "com.fasterxml.jackson.core:jackson-annotations:2.17.1"
dependency
"com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0"
dependency
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]