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/01/14 17:01:25 UTC

syncope git commit: Upgrading HikariCP

Repository: syncope
Updated Branches:
  refs/heads/master 581648c89 -> 0c2e4ba0c


Upgrading HikariCP


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

Branch: refs/heads/master
Commit: 0c2e4ba0c340d66d23bd9fff516151384ce59fc1
Parents: 581648c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Sun Jan 14 18:01:16 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Sun Jan 14 18:01:16 2018 +0100

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


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