Skip to content

Commit 7f01310

Browse files
committed
[feature] Update build plugin versions
1 parent 36aea1d commit 7f01310

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
@@ -135,6 +135,11 @@
135135

136136
<pluginManagement>
137137
<plugins>
138+
<plugin>
139+
<groupId>org.apache.maven.plugins</groupId>
140+
<artifactId>maven-dependency-plugin</artifactId>
141+
<version>3.4.0</version>
142+
</plugin>
138143
<plugin>
139144
<groupId>org.codehaus.mojo</groupId>
140145
<artifactId>exec-maven-plugin</artifactId>
@@ -270,7 +275,7 @@
270275
<plugin>
271276
<groupId>com.helger.maven</groupId>
272277
<artifactId>ph-schematron-maven-plugin</artifactId>
273-
<version>6.3.3</version>
278+
<version>6.3.4</version>
274279
<executions>
275280
<execution>
276281
<goals>
@@ -364,7 +369,7 @@
364369
<plugin>
365370
<groupId>io.fabric8</groupId>
366371
<artifactId>docker-maven-plugin</artifactId>
367-
<version>0.40.2</version>
372+
<version>0.40.3</version>
368373
<configuration>
369374
<verbose>true</verbose>
370375
<images>

0 commit comments

Comments
 (0)