This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 0663354da6 Bump com.fasterxml.jackson.core:jackson-databind from
2.21.3 to 2.22.2
0663354da6 is described below
commit 0663354da68c1dd2a3fe12491bf57152330be7df
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:56:40 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]>
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 1a5ff811d7..0b044cab4a 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -73,7 +73,7 @@ dependencies {
implementation 'org.owasp.esapi:esapi:2.7.0.0'
implementation 'org.springframework:spring-test:5.3.39' // 6.1.4 does not
compile
implementation 'org.springframework:spring-web:5.3.39'
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2'
implementation 'oro:oro:2.0.8'
implementation 'wsdl4j:wsdl4j:1.6.3'
implementation 'com.auth0:java-jwt:4.6.0'