We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aea1d commit 7f01310Copy full SHA for 7f01310
pom.xml
@@ -135,6 +135,11 @@
135
136
<pluginManagement>
137
<plugins>
138
+ <plugin>
139
+ <groupId>org.apache.maven.plugins</groupId>
140
+ <artifactId>maven-dependency-plugin</artifactId>
141
+ <version>3.4.0</version>
142
+ </plugin>
143
<plugin>
144
<groupId>org.codehaus.mojo</groupId>
145
<artifactId>exec-maven-plugin</artifactId>
@@ -270,7 +275,7 @@
270
275
271
276
<groupId>com.helger.maven</groupId>
272
277
<artifactId>ph-schematron-maven-plugin</artifactId>
273
- <version>6.3.3</version>
278
+ <version>6.3.4</version>
274
279
<executions>
280
<execution>
281
<goals>
@@ -364,7 +369,7 @@
364
369
365
370
<groupId>io.fabric8</groupId>
366
371
<artifactId>docker-maven-plugin</artifactId>
367
- <version>0.40.2</version>
372
+ <version>0.40.3</version>
368
373
<configuration>
374
<verbose>true</verbose>
375
<images>
0 commit comments