Skip to content

Commit f626645

Browse files
BigMichi1wilkinsona
authored andcommitted
Update maven-dependency-plugin to version 2.9
Closes gh-1862
1 parent a9681ea commit f626645

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
<plugin>
12111211
<groupId>org.apache.maven.plugins</groupId>
12121212
<artifactId>maven-dependency-plugin</artifactId>
1213-
<version>2.8</version>
1213+
<version>2.9</version>
12141214
</plugin>
12151215
<plugin>
12161216
<groupId>org.apache.maven.plugins</groupId>

spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.apache.maven.plugins</groupId>
2424
<artifactId>maven-dependency-plugin</artifactId>
25-
<version>2.8</version>
25+
<version>2.9</version>
2626
<executions>
2727
<execution>
2828
<id>unpack</id>

spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.apache.maven.plugins</groupId>
2424
<artifactId>maven-dependency-plugin</artifactId>
25-
<version>2.8</version>
25+
<version>2.9</version>
2626
<executions>
2727
<execution>
2828
<id>unpack</id>

spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>
4141
<artifactId>maven-dependency-plugin</artifactId>
42-
<version>2.8</version>
42+
<version>2.9</version>
4343
<executions>
4444
<execution>
4545
<id>unpack</id>

0 commit comments

Comments
 (0)