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 2017/10/06 06:04:08 UTC

syncope git commit: Upgrading HikariCP

Repository: syncope
Updated Branches:
  refs/heads/master a35265d28 -> 55ced8b28


Upgrading HikariCP


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

Branch: refs/heads/master
Commit: 55ced8b280f58c73af4e8f2258830d9492f14277
Parents: a35265d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Oct 6 08:04:00 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Oct 6 08:04:00 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/55ced8b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d269391..82be9a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@ under the License.
     <spring-security.version>4.2.3.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
-    <hikaricp.version>2.7.1</hikaricp.version>
+    <hikaricp.version>2.7.2</hikaricp.version>
     <bval.version>1.1.2</bval.version>
 
     <jasypt.version>1.9.2</jasypt.version>