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 2018/02/08 14:28:27 UTC

syncope git commit: Upgrading HikariCP

Repository: syncope
Updated Branches:
  refs/heads/master 7cdac744f -> 0b7d8eca9


Upgrading HikariCP


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0b7d8eca
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0b7d8eca
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0b7d8eca

Branch: refs/heads/master
Commit: 0b7d8eca95ca3cfbca4530ce74b8ebc2413f3877
Parents: 7cdac74
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Feb 8 15:28:20 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Feb 8 15:28:20 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/0b7d8eca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50a5231..d00d05a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@ under the License.
     <spring-security.version>5.0.1.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
-    <hikaricp.version>2.7.6</hikaricp.version>
+    <hikaricp.version>2.7.7</hikaricp.version>
     <bval.version>1.1.2</bval.version>
 
     <jasypt.version>1.9.2</jasypt.version>