This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new c0dd87653b Bump com.fasterxml.jackson.core:jackson-databind from
2.21.3 to 2.22.2
c0dd87653b is described below
commit c0dd87653b986e92fb72671d165ce645da1aba0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 14:14:47 2026 +0000
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.22.2
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind)
from 2.21.3 to 2.22.2.
-
[Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.21.3...jackson-databind-2.22.2)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.22.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 863826c001..78717011c7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -82,7 +82,7 @@ freemarker = "2.3.34"
esapi = "2.7.0.0"
# Shared by spring-test, spring-web.
spring = "6.2.19"
-jackson-databind = "2.21.3"
+jackson-databind = "2.22.2"
# Shared by jersey-container-servlet, jersey-hk2, jersey-media-multipart,
jersey-media-json-jackson.
jersey = "3.1.12"
# Shared by swagger-jaxrs2-core-jakarta,
swagger-jaxrs2-servlet-initializer-jakarta, swagger-annotations-jakarta.