Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Dec 21, 2024
1 parent 164515e commit e53e058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-ant</artifactId>
<version>6.6.3.Final</version>
<version>6.6.4.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -486,7 +486,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -527,7 +527,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>5.0.1.Final</version>
<version>5.1.1.Final</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -575,7 +575,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.1</version>
<configuration>
<aggregate>true</aggregate>
<tags>
Expand Down

0 comments on commit e53e058

Please sign in to comment.