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
commit f354dc5b7ac1978cb9df6c1580114ce7faff9ea2 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 8 15:20:00 2022 +0100 Upgrading Nimbus JOSE JWT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eada4be..f54971c 100644 --- a/pom.xml +++ b/pom.xml @@ -405,7 +405,7 @@ under the License. <cxf.version>3.5.1</cxf.version> <bouncycastle.version>1.70</bouncycastle.version> - <nimbus-jose-jwt.version>9.20</nimbus-jose-jwt.version> + <nimbus-jose-jwt.version>9.21</nimbus-jose-jwt.version> <jackson.version>2.13.2</jackson.version>
