Skip to content

Commit b073e04

Browse files
committed
refactor spring boot app, refactor lambda, update dependencies
1 parent 61b67f7 commit b073e04

File tree

31 files changed

+262
-281
lines changed

31 files changed

+262
-281
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.0.1</version>
10+
<version>3.2.4</version>
1111
</parent>
1212

1313
<groupId>dev.ancaghenade</groupId>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.json</groupId>
7474
<artifactId>json</artifactId>
75-
<version>20220924</version>
75+
<version>20231013</version>
7676
</dependency>
7777

7878
</dependencies>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>software.amazon.awssdk</groupId>
8484
<artifactId>bom</artifactId>
85-
<version>2.22.12</version>
85+
<version>2.26.28</version>
8686
<type>pom</type>
8787
<scope>import</scope>
8888
</dependency>

shipment-list-demo-cloud-pod

-39.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)