Skip to content

Commit ca2ad67

Browse files
committed
[feature] Update build plugin versions
1 parent 454bfae commit ca2ad67

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124

125125
<pluginManagement>
126126
<plugins>
127+
<plugin>
128+
<groupId>org.apache.maven.plugins</groupId>
129+
<artifactId>maven-dependency-plugin</artifactId>
130+
<version>3.4.0</version>
131+
</plugin>
127132
<plugin>
128133
<groupId>org.codehaus.mojo</groupId>
129134
<artifactId>exec-maven-plugin</artifactId>
@@ -259,7 +264,7 @@
259264
<plugin>
260265
<groupId>com.helger.maven</groupId>
261266
<artifactId>ph-schematron-maven-plugin</artifactId>
262-
<version>6.3.3</version>
267+
<version>6.3.4</version>
263268
<executions>
264269
<execution>
265270
<goals>
@@ -353,7 +358,7 @@
353358
<plugin>
354359
<groupId>io.fabric8</groupId>
355360
<artifactId>docker-maven-plugin</artifactId>
356-
<version>0.40.2</version>
361+
<version>0.40.3</version>
357362
<configuration>
358363
<verbose>true</verbose>
359364
<images>

0 commit comments

Comments
 (0)