You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/01/04 06:34:25 UTC

[syncope] branch 2_1_X updated: Upgrading HikariCP

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new ff5984b  Upgrading HikariCP
ff5984b is described below

commit ff5984b701b2aba9f2031c66681df82376bd3a50
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 4 07:21:21 2019 +0100

    Upgrading HikariCP
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f6b57ab..67f5142 100644
--- a/pom.xml
+++ b/pom.xml
@@ -397,7 +397,7 @@ under the License.
     <spring-security.version>5.1.2.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>
-    <hikaricp.version>3.2.0</hikaricp.version>
+    <hikaricp.version>3.3.0</hikaricp.version>
     <hibernate-validator.version>6.0.13.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.2</jasypt.version>