You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2019/10/21 13:45:37 UTC

[syncope] 02/02: upgrading HikariCP

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

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

commit 9e6417ff3859d39e0c193056e19e9375d7967c43
Author: Andrea Patricelli <an...@apache.org>
AuthorDate: Mon Oct 21 15:45:12 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index c83e4e2..5646b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
     <spring-security.version>5.1.6.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.0</openjpa.version>
-    <hikaricp.version>3.4.0</hikaricp.version>
+    <hikaricp.version>3.4.1</hikaricp.version>
     <hibernate-validator.version>6.0.17.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.3</jasypt.version>