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 2021/07/15 07:32:47 UTC

[syncope] branch master updated: Upgrading HikariCP and Nimbus JOSE JWT

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 7188f91  Upgrading HikariCP and Nimbus JOSE JWT
7188f91 is described below

commit 7188f91ecc02b1f17ecac9286dc04256ee5b1c9f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 15 09:04:27 2021 +0200

    Upgrading HikariCP and Nimbus JOSE JWT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8368e88..1794e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.4.4</cxf.version>
     <bouncycastle.version>1.69</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.11</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.11.1</nimbus-jose-jwt.version>
 
     <jackson.version>2.12.4</jackson.version>
 
@@ -414,7 +414,7 @@ under the License.
     <spring-cloud-gateway.version>3.0.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.0</openjpa.version>
-    <hikaricp.version>4.0.3</hikaricp.version>
+    <hikaricp.version>5.0.0</hikaricp.version>
     <bval.version>2.0.5</bval.version>
 
     <jasypt.version>1.9.3</jasypt.version>