|
20 | 20 | <dependency> |
21 | 21 | <groupId>software.amazon.awssdk</groupId> |
22 | 22 | <artifactId>bom</artifactId> |
23 | | - <version>2.17.107</version> |
| 23 | + <version>2.30.38</version> |
24 | 24 | <type>pom</type> |
25 | 25 | <scope>import</scope> |
26 | 26 | </dependency> |
|
31 | 31 | <dependency> |
32 | 32 | <groupId>com.amazonaws</groupId> |
33 | 33 | <artifactId>aws-lambda-java-events</artifactId> |
34 | | - <version>3.11.0</version> |
| 34 | + <version>3.15.0</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>com.amazonaws</groupId> |
38 | 38 | <artifactId>aws-lambda-java-core</artifactId> |
39 | | - <version>1.2.1</version> |
| 39 | + <version>1.2.3</version> |
40 | 40 | </dependency> |
41 | 41 |
|
42 | 42 | <dependency> |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>com.fasterxml.jackson.core</groupId> |
54 | 54 | <artifactId>jackson-core</artifactId> |
55 | | - <version>2.13.1</version> |
| 55 | + <version>2.18.3</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>com.fasterxml.jackson.core</groupId> |
59 | 59 | <artifactId>jackson-annotations</artifactId> |
60 | | - <version>2.13.1</version> |
| 60 | + <version>3.0-rc1</version> |
61 | 61 | </dependency> |
62 | 62 |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>com.fasterxml.jackson.core</groupId> |
65 | 65 | <artifactId>jackson-databind</artifactId> |
66 | | - <version>2.13.4.2</version> |
| 66 | + <version>2.18.3</version> |
67 | 67 | </dependency> |
68 | 68 |
|
69 | 69 | <dependency> |
70 | 70 | <groupId>mysql</groupId> |
71 | 71 | <artifactId>mysql-connector-java</artifactId> |
72 | | - <version>8.0.29</version> |
| 72 | + <version>8.0.33</version> |
73 | 73 | </dependency> |
74 | 74 |
|
75 | 75 | </dependencies> |
|
0 commit comments