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


The following commit(s) were added to refs/heads/master by this push:
     new e61ae1a  Upgrading HikariCP and Jackson
e61ae1a is described below

commit e61ae1a28ed7142d72f2b152ca3d84c250425101
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sun Apr 26 19:07:29 2020 +0200

    Upgrading HikariCP and Jackson
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 300d1d4..db29d46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.3.6</cxf.version>
 
-    <jackson.version>2.11.0.rc1</jackson.version>
+    <jackson.version>2.11.0</jackson.version>
 
     <spring.version>5.2.5.RELEASE</spring.version>
     <spring-security.version>5.3.1.RELEASE</spring-security.version>
@@ -414,7 +414,7 @@ under the License.
     <spring-cloud-gateway.version>2.2.2.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.1</openjpa.version>
-    <hikaricp.version>3.4.2</hikaricp.version>
+    <hikaricp.version>3.4.3</hikaricp.version>
     <bval.version>2.0.3</bval.version>
 
     <jasypt.version>1.9.3</jasypt.version>

Reply via email to