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 6f6f0f5f29c85ce83a61e0d328cb33024d5471ea Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Jun 28 08:30:13 2021 +0200 Upgrading Nimbus JOSE JWT and docker-maven-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 890ca00..7220a2c 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.10</nimbus-jose-jwt.version> + <nimbus-jose-jwt.version>9.10.1</nimbus-jose-jwt.version> <jackson.version>2.12.3</jackson.version> @@ -2349,7 +2349,7 @@ under the License. <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.36.0</version> + <version>0.36.1</version> </plugin> <plugin>
