Skip to content

Commit 660aa5b

Browse files
authored
Merge pull request #1362 from aws-samples/dependabot/maven/labs/unicorn-location-api/UnicornLocationFunction/lambda-events-lib-7bde7694fc
Bump the lambda-events-lib group across 5 directories with 1 update
2 parents 68737f5 + 48fd6fc commit 660aa5b

File tree

5 files changed

+5
-5
lines changed
  • labs
    • unicorn-location-api
      • UnicornLocationFunction
      • final/unicorn-location-api-final/UnicornLocationFunction
    • unicorn-stock-broker
    • unicorn-store
      • infrastructure/db-setup
      • software/alternatives/unicorn-audit-service

5 files changed

+5
-5
lines changed

labs/unicorn-location-api/UnicornLocationFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.amazonaws</groupId>
2424
<artifactId>aws-lambda-java-events</artifactId>
25-
<version>3.15.0</version>
25+
<version>3.16.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.junit.jupiter</groupId>

labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.amazonaws</groupId>
6767
<artifactId>aws-lambda-java-events</artifactId>
68-
<version>3.15.0</version>
68+
<version>3.16.1</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>

labs/unicorn-stock-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.amazonaws</groupId>
9090
<artifactId>aws-lambda-java-events</artifactId>
91-
<version>3.15.0</version>
91+
<version>3.16.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.slf4j</groupId>

labs/unicorn-store/infrastructure/db-setup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.amazonaws</groupId>
5757
<artifactId>aws-lambda-java-events</artifactId>
58-
<version>3.15.0</version>
58+
<version>3.16.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.slf4j</groupId>

labs/unicorn-store/software/alternatives/unicorn-audit-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.amazonaws</groupId>
5656
<artifactId>aws-lambda-java-events</artifactId>
57-
<version>3.15.0</version>
57+
<version>3.16.1</version>
5858
</dependency>
5959
</dependencies>
6060

0 commit comments

Comments
 (0)