Skip to content

Commit

Permalink
[feature] Update build plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jan 3, 2023
1 parent 454bfae commit ca2ad67
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down Expand Up @@ -259,7 +264,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
<version>6.3.3</version>
<version>6.3.4</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -353,7 +358,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.40.2</version>
<version>0.40.3</version>
<configuration>
<verbose>true</verbose>
<images>
Expand Down

0 comments on commit ca2ad67

Please sign in to comment.