Skip to content

Commit

Permalink
Upgrading 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 255dee3 commit e940efa
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 @@ -447,7 +447,7 @@ under the License.
<cas-client.version>3.6.4</cas-client.version>
<thymeleaf-layout-dialect.version>3.1.0</thymeleaf-layout-dialect.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 @@ -1761,7 +1761,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 @@ -2154,7 +2154,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 e940efa

Please sign in to comment.