|
40 | 40 | <dependency>
|
41 | 41 | <groupId>software.amazon.awssdk</groupId>
|
42 | 42 | <artifactId>bom</artifactId>
|
43 |
| - <version>2.30.26</version> |
| 43 | + <version>2.30.31</version> |
44 | 44 | <type>pom</type>
|
45 | 45 | <scope>import</scope>
|
46 | 46 | </dependency>
|
|
161 | 161 | <dependency>
|
162 | 162 | <groupId>com.fasterxml.jackson.core</groupId>
|
163 | 163 | <artifactId>jackson-core</artifactId>
|
164 |
| - <version>2.18.2</version> |
| 164 | + <version>2.18.3</version> |
165 | 165 | </dependency>
|
166 | 166 | <dependency>
|
167 | 167 | <groupId>com.fasterxml.jackson.core</groupId>
|
168 | 168 | <artifactId>jackson-databind</artifactId>
|
169 |
| - <version>2.18.2</version> |
| 169 | + <version>2.18.3</version> |
170 | 170 | </dependency>
|
171 | 171 | <dependency>
|
172 | 172 | <groupId>com.fasterxml.jackson.core</groupId>
|
173 | 173 | <artifactId>jackson-annotations</artifactId>
|
174 |
| - <version>2.18.2</version> |
| 174 | + <version>2.18.3</version> |
175 | 175 | </dependency>
|
176 | 176 | <dependency>
|
177 | 177 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
178 | 178 | <artifactId>jackson-datatype-jsr310</artifactId>
|
179 |
| - <version>2.18.2</version> |
| 179 | + <version>2.18.3</version> |
180 | 180 | </dependency>
|
181 | 181 |
|
182 | 182 | <!-- TDD/testing libraries -->
|
|
267 | 267 | <dependency>
|
268 | 268 | <groupId>software.amazon.awssdk</groupId>
|
269 | 269 | <artifactId>rds</artifactId>
|
270 |
| - <version>2.30.26</version> |
| 270 | + <version>2.30.31</version> |
271 | 271 | </dependency>
|
272 | 272 | <dependency>
|
273 | 273 | <groupId>software.amazon.awssdk</groupId>
|
274 | 274 | <artifactId>s3</artifactId>
|
275 |
| - <version>2.30.26</version> |
| 275 | + <version>2.30.31</version> |
276 | 276 | <scope>test</scope>
|
277 | 277 | </dependency>
|
278 | 278 | <dependency>
|
279 | 279 | <groupId>software.amazon.awssdk</groupId>
|
280 | 280 | <artifactId>sqs</artifactId>
|
281 |
| - <version>2.30.26</version> |
| 281 | + <version>2.30.31</version> |
282 | 282 | </dependency>
|
283 | 283 | </dependencies>
|
284 | 284 | <build>
|
|
0 commit comments