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/04/26 17:07:50 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 4ffbdf9  Upgrading HikariCP
4ffbdf9 is described below

commit 4ffbdf9bea4a74ca697b92a0bb38c38a2682861d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Apr 26 18:51:02 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index a8fed77..283c2a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <spring-security.version>5.1.9.RELEASE</spring-security.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>