Skip to content

Commit

Permalink
Upgrading Nimbus JOSE JWT and maven-archetype-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 29, 2024
1 parent 381e988 commit 0f2d034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.
<packaging>maven-archetype</packaging>

<properties>
<maven.archetype.version>3.3.0</maven.archetype.version>
<maven.archetype.version>3.3.1</maven.archetype.version>

<rootpom.basedir>${basedir}/..</rootpom.basedir>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ under the License.

<cxf.version>3.6.4</cxf.version>
<bouncycastle.version>1.70</bouncycastle.version>
<nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.42</nimbus-jose-jwt.version>

<spring-framework.version>5.3.39</spring-framework.version>
<spring-security.version>5.8.14</spring-security.version>
Expand Down

0 comments on commit 0f2d034

Please sign in to comment.