Skip to content

Commit 3e282bc

Browse files
committed
chore(deps): Update maven-shade-plugin to 3.5.2
1 parent 8859572 commit 3e282bc

File tree

8 files changed

+8
-8
lines changed
  • aws-serverless-jersey-archetype/src/main/resources/archetype-resources
  • aws-serverless-spring-archetype/src/main/resources/archetype-resources
  • aws-serverless-springboot3-archetype/src/main/resources/archetype-resources
  • samples

8 files changed

+8
-8
lines changed

aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-shade-plugin</artifactId>
110-
<version>3.5.1</version>
110+
<version>3.5.2</version>
111111
<configuration>
112112
<createDependencyReducedPom>false</createDependencyReducedPom>
113113
</configuration>

aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-shade-plugin</artifactId>
122-
<version>3.5.1</version>
122+
<version>3.5.2</version>
123123
<executions>
124124
<execution>
125125
<phase>package</phase>

aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-shade-plugin</artifactId>
86-
<version>3.5.1</version>
86+
<version>3.5.2</version>
8787
<configuration>
8888
<createDependencyReducedPom>false</createDependencyReducedPom>
8989
</configuration>

samples/jersey/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-shade-plugin</artifactId>
88-
<version>3.5.1</version>
88+
<version>3.5.2</version>
8989
<configuration>
9090
<createDependencyReducedPom>false</createDependencyReducedPom>
9191
</configuration>

samples/spring/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-shade-plugin</artifactId>
98-
<version>3.5.1</version>
98+
<version>3.5.2</version>
9999
<executions>
100100
<execution>
101101
<phase>package</phase>

samples/springboot3/alt-pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-shade-plugin</artifactId>
52-
<version>3.5.1</version>
52+
<version>3.5.2</version>
5353
<configuration>
5454
<createDependencyReducedPom>false</createDependencyReducedPom>
5555
</configuration>

samples/springboot3/graphql-pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-shade-plugin</artifactId>
66-
<version>3.5.1</version>
66+
<version>3.5.2</version>
6767
<configuration>
6868
<createDependencyReducedPom>false</createDependencyReducedPom>
6969
</configuration>

samples/springboot3/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-shade-plugin</artifactId>
58-
<version>3.5.1</version>
58+
<version>3.5.2</version>
5959
<configuration>
6060
<createDependencyReducedPom>false</createDependencyReducedPom>
6161
</configuration>

0 commit comments

Comments
 (0)