This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 8ed1647 Update Jackson databind version
8ed1647 is described below
commit 8ed1647759eec797f34e283dbdd04bcf2daa5fd7
Author: Serge Huber <[email protected]>
AuthorDate: Wed Apr 21 12:37:16 2021 +0200
Update Jackson databind version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2a8e94c..a82db61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cxf.version>3.3.4</cxf.version>
<version.jackson.core>2.9.10</version.jackson.core>
- <version.jackson.databind>2.9.10.1</version.jackson.databind>
+ <version.jackson.databind>2.9.10.8</version.jackson.databind>
<version.jackson.jaxb>2.9.10</version.jackson.jaxb>
<version.karaf>4.2.8</version.karaf>
<version.karaf.cellar>4.2.1</version.karaf.cellar>