Skip to content

Commit f232aac

Browse files
committed
updated versions
1 parent 39da7a4 commit f232aac

File tree

1 file changed

+2
-2
lines changed
  • apigw-rest-api-lambda-java/HelloWorldFunction/src

1 file changed

+2
-2
lines changed

apigw-rest-api-lambda-java/HelloWorldFunction/src/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.amazonaws</groupId>
1717
<artifactId>aws-lambda-java-core</artifactId>
18-
<version>1.2.2</version>
18+
<version>1.2.3</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
@@ -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.0</version>
3939
<configuration>
4040
</configuration>
4141
<executions>

0 commit comments

Comments
 (0)