This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 764c25e00f7b870704f1eff9f699fe51caa96e15 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 29 08:24:18 2022 +0200 Upgrading Jackson Databind --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1c7069b..3294e3c 100644 --- a/pom.xml +++ b/pom.xml @@ -744,7 +744,7 @@ under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${jackson.version}.1</version> + <version>${jackson.version}.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId>
