Skip to content

Commit

Permalink
Upgrading Pac4j, H2, exec-maven-plugin and maven-gpg-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 14, 2024
1 parent 8f28a9e commit 60b9362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,12 @@ under the License.
<commons-jexl.version>3.4.0</commons-jexl.version>
<commons-text.version>1.12.0</commons-text.version>

<pac4j.version>6.0.5</pac4j.version>
<pac4j.version>6.0.6</pac4j.version>

<cas.version>7.1.0-RC6</cas.version>
<cas-client.version>4.0.4</cas-client.version>

<h2.version>2.3.230</h2.version>
<h2.version>2.3.232</h2.version>

<swagger-core.version>2.2.22</swagger-core.version>
<swagger-ui.version>5.17.14</swagger-ui.version>
Expand Down Expand Up @@ -1662,7 +1662,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -2058,7 +2058,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 60b9362

Please sign in to comment.