Skip to content

Commit 4df84c5

Browse files
committed
Upgrade Maven plugins
Upgrade the Maven plugins used in the builds. See gh-9316
1 parent 455505a commit 4df84c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
187187
<maven-clean-plugin.version>3.0.0</maven-clean-plugin.version>
188188
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
189-
<maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
189+
<maven-dependency-plugin.version>3.0.1</maven-dependency-plugin.version>
190190
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
191191
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
192192
<maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version>

spring-boot-project/spring-boot-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
<plugin>
10511051
<groupId>org.codehaus.mojo</groupId>
10521052
<artifactId>xml-maven-plugin</artifactId>
1053-
<version>1.0</version>
1053+
<version>1.0.1</version>
10541054
<executions>
10551055
<execution>
10561056
<goals>
@@ -1140,7 +1140,7 @@
11401140
<plugin>
11411141
<groupId>com.agilejava.docbkx</groupId>
11421142
<artifactId>docbkx-maven-plugin</artifactId>
1143-
<version>2.0.15</version>
1143+
<version>2.0.17</version>
11441144
<configuration>
11451145
<sourceDirectory>${basedir}/target/generated-docs</sourceDirectory>
11461146
<includes>index.xml</includes>

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,17 +314,17 @@
314314
<plugin>
315315
<groupId>org.codehaus.cargo</groupId>
316316
<artifactId>cargo-maven2-plugin</artifactId>
317-
<version>1.6.2</version>
317+
<version>1.6.4</version>
318318
</plugin>
319319
<plugin>
320320
<groupId>org.codehaus.gmavenplus</groupId>
321321
<artifactId>gmavenplus-plugin</artifactId>
322-
<version>1.2</version>
322+
<version>1.5</version>
323323
</plugin>
324324
<plugin>
325325
<groupId>org.codehaus.mojo</groupId>
326326
<artifactId>sonar-maven-plugin</artifactId>
327-
<version>2.4</version>
327+
<version>3.3.0.603</version>
328328
</plugin>
329329
<!--This plugin's configuration is used to store Eclipse m2e settings
330330
only. It has no influence on the Maven build itself. -->

0 commit comments

Comments
 (0)