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 ad267b8177 Upgrading Spring Boot and Nimbus JOSE JWT
ad267b8177 is described below

commit ad267b817744d0f46db40a7176644f5391174e01
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Jan 20 08:13:08 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 2be5e9f101..0056338b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,9 +413,9 @@ under the License.
 
     <cxf.version>4.0.0</cxf.version>
     <bouncycastle.version>1.72</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.26</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.28</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.0.1</spring-boot.version>
+    <spring-boot.version>3.0.2</spring-boot.version>
     <spring-cloud-gateway.version>4.0.0</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>

Reply via email to