This is an automated email from the ASF dual-hosted git repository. deepak 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 09dccc9d58 Improved: Replaced zapodot jackson-databind dependency with jackson-databind 09dccc9d58 is described below commit 09dccc9d588dcf4d9379cefbdbdb96409bbb6b27 Author: Deepak Dixit <deepak.di...@hotwax.co> AuthorDate: Mon Oct 31 12:23:22 2022 +0530 Improved: Replaced zapodot jackson-databind dependency with jackson-databind --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc869e80d7..73460c670a 100644 --- a/build.gradle +++ b/build.gradle @@ -251,7 +251,7 @@ dependencies { implementation 'org.owasp.esapi:esapi:2.4.0.0' implementation 'org.cyberneko:html:1.9.8' implementation 'org.springframework:spring-test:5.3.21' - implementation 'org.zapodot:jackson-databind-java-optional:2.6.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2' implementation 'oro:oro:2.0.8' implementation 'wsdl4j:wsdl4j:1.6.3' implementation 'com.auth0:java-jwt:4.0.0'