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/05/11 07:00:15 UTC

[syncope] branch master updated: Upgrading HikariCP

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

ilgrosso 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 cabd48d  Upgrading HikariCP
cabd48d is described below

commit cabd48d37ec539322cb1c23c2523b394b489efd2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri May 8 15:11:00 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 163e2b1..623d9f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
     <spring-cloud-gateway.version>2.2.2.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.1</openjpa.version>
-    <hikaricp.version>3.4.3</hikaricp.version>
+    <hikaricp.version>3.4.5</hikaricp.version>
     <bval.version>2.0.3</bval.version>
 
     <jasypt.version>1.9.3</jasypt.version>