Skip to content

Commit

Permalink
chore: aws-lambda-java-core 1.1.0 -> 1.2.0 for java sam init (aws#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and jfuss committed Aug 2, 2018
1 parent bd3c3bc commit f5c297f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-core</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/testdata/invoke/runtimes/java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-core</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f5c297f

Please sign in to comment.