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 2020/01/10 15:34:43 UTC

[syncope] 01/02: 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

commit d1a829cb9cbad72a9387e6d2689d20c6b5d3ad87
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 10 14:49:04 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 416a3a2..6eae620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <spring-security.version>5.1.7.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.0</openjpa.version>
-    <hikaricp.version>3.4.1</hikaricp.version>
+    <hikaricp.version>3.4.2</hikaricp.version>
     <hibernate-validator.version>6.0.18.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.3</jasypt.version>