This is an automated email from the ASF dual-hosted git repository.
chenzhida pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 6090776dd Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1
(#5000)
6090776dd is described below
commit 6090776dddf8cb01a8ae6250a1174e2f2356557c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 6 09:46:10 2025 +0800
Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 (#5000)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.20.0 to 2.20.1.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dependencies/default/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index a851fcfc0..3da72d51c 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -53,7 +53,7 @@
<hibernate-validator.version>9.0.1.Final</hibernate-validator.version>
<httpcomponents.version>4.5.14</httpcomponents.version>
<hystrix.version>1.5.18</hystrix.version>
- <jackson.version>2.20.0</jackson.version>
+ <jackson.version>2.20.1</jackson.version>
<java-websocket.version>1.6.0</java-websocket.version>
<javax-annotation.version>1.3.2</javax-annotation.version>
<javax-inject.version>1</javax-inject.version>