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:48:58 UTC

[syncope] branch master updated: upgrading HikariCP

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

andreapatricelli 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 4b20e81  upgrading HikariCP
4b20e81 is described below

commit 4b20e81b05948da257eded5601b5538cf92f919d
Author: Andrea Patricelli <an...@apache.org>
AuthorDate: Mon Oct 21 15:48:13 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index aa5785d..3c286c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <spring-cloud-gateway.version>2.1.3.RELEASE</spring-cloud-gateway.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>