Skip to content

Commit

Permalink
Upgrading CAS
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 15, 2023
1 parent 90932fd commit a406f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.1</cxf.version>
<bouncycastle.version>1.70</bouncycastle.version>
<nimbus-jose-jwt.version>9.32</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.34</nimbus-jose-jwt.version>

<spring-boot.version>2.7.15</spring-boot.version>
<spring-cloud-gateway.version>3.1.8</spring-cloud-gateway.version>
Expand Down Expand Up @@ -439,7 +439,7 @@ under the License.

<pac4j.version>5.5.0</pac4j.version>

<cas.version>6.6.11</cas.version>
<cas.version>6.6.12</cas.version>
<cas-client.version>3.6.4</cas-client.version>

<h2.version>2.2.222</h2.version>
Expand Down Expand Up @@ -1749,7 +1749,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.9.1.2184</version>
<version>3.10.0.2594</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit a406f4b

Please sign in to comment.