Skip to content

Commit 7509b10

Browse files
author
Davide Melfi
committed
chore: update shade plugin
1 parent f51f3e0 commit 7509b10

File tree

6 files changed

+6
-6
lines changed
  • aws-lambda-java-log4j2
  • experimental/aws-lambda-java-profiler/examples/function/profiling-example
  • samples/custom-serialization
    • fastJson/HelloWorldFunction
    • gson/HelloWorldFunction
    • moshi/HelloWorldFunction
    • request-stream-handler/HelloWorldFunction

6 files changed

+6
-6
lines changed

aws-lambda-java-log4j2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If using maven shade plugin, set the plugin configuration as follows
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>
4141
<artifactId>maven-shade-plugin</artifactId>
42-
<version>2.4.3</version>
42+
<version>3.6.1</version>
4343
<executions>
4444
<execution>
4545
<phase>package</phase>

experimental/aws-lambda-java-profiler/examples/function/profiling-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.apache.maven.plugins</groupId>
4848
<artifactId>maven-shade-plugin</artifactId>
49-
<version>3.2.4</version>
49+
<version>3.6.1</version>
5050
<configuration>
5151
</configuration>
5252
<executions>

samples/custom-serialization/fastJson/HelloWorldFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-shade-plugin</artifactId>
38-
<version>3.2.4</version>
38+
<version>3.6.1</version>
3939
<configuration>
4040
</configuration>
4141
<executions>

samples/custom-serialization/gson/HelloWorldFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-shade-plugin</artifactId>
37-
<version>3.2.4</version>
37+
<version>3.6.1</version>
3838
<configuration>
3939
</configuration>
4040
<executions>

samples/custom-serialization/moshi/HelloWorldFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-shade-plugin</artifactId>
38-
<version>3.2.4</version>
38+
<version>3.6.1</version>
3939
<configuration>
4040
</configuration>
4141
<executions>

samples/custom-serialization/request-stream-handler/HelloWorldFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-shade-plugin</artifactId>
37-
<version>3.2.4</version>
37+
<version>3.6.1</version>
3838
<configuration>
3939
</configuration>
4040
<executions>

0 commit comments

Comments
 (0)