Skip to content

Commit 1bf5124

Browse files
committed
Update dependencies for apigw-http-api-lambda-rds-proxy-java
1 parent 781603f commit 1bf5124

File tree

1 file changed

+7
-7
lines changed
  • apigw-http-api-lambda-rds-proxy-java

1 file changed

+7
-7
lines changed

apigw-http-api-lambda-rds-proxy-java/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk</groupId>
2222
<artifactId>bom</artifactId>
23-
<version>2.17.107</version>
23+
<version>2.30.38</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -31,12 +31,12 @@
3131
<dependency>
3232
<groupId>com.amazonaws</groupId>
3333
<artifactId>aws-lambda-java-events</artifactId>
34-
<version>3.11.0</version>
34+
<version>3.15.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>
3838
<artifactId>aws-lambda-java-core</artifactId>
39-
<version>1.2.1</version>
39+
<version>1.2.3</version>
4040
</dependency>
4141

4242
<dependency>
@@ -52,24 +52,24 @@
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-core</artifactId>
55-
<version>2.13.1</version>
55+
<version>2.18.3</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>
5959
<artifactId>jackson-annotations</artifactId>
60-
<version>2.13.1</version>
60+
<version>3.0-rc1</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-databind</artifactId>
66-
<version>2.13.4.2</version>
66+
<version>2.18.3</version>
6767
</dependency>
6868

6969
<dependency>
7070
<groupId>mysql</groupId>
7171
<artifactId>mysql-connector-java</artifactId>
72-
<version>8.0.29</version>
72+
<version>8.0.33</version>
7373
</dependency>
7474

7575
</dependencies>

0 commit comments

Comments
 (0)