This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-1.5.x by this push:
new f8d7ca5 Update Jackson databind version
f8d7ca5 is described below
commit f8d7ca55a48b5810dc13792c0e5f9cdb8dcbe793
Author: Serge Huber <[email protected]>
AuthorDate: Wed Apr 21 12:37:16 2021 +0200
Update Jackson databind version
(cherry picked from commit 8ed1647759eec797f34e283dbdd04bcf2daa5fd7)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 09eec42..5184070 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>