|
33 | 33 | <parent> |
34 | 34 | <groupId>org.springframework.boot</groupId> |
35 | 35 | <artifactId>spring-boot-starter-parent</artifactId> |
36 | | - <version>3.3.2</version> |
| 36 | + <version>3.4.3</version> |
37 | 37 | <relativePath/> <!-- lookup parent from repository --> |
38 | 38 | </parent> |
39 | 39 |
|
40 | 40 | <properties> |
41 | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
42 | 42 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
43 | 43 | <java.version>17</java.version> |
44 | | - <spring-boot.version>3.3.2</spring-boot.version> |
| 44 | + <spring-boot.version>3.4.3</spring-boot.version> |
45 | 45 | </properties> |
46 | 46 |
|
47 | 47 | <dependencies> |
|
61 | 61 | <dependency> |
62 | 62 | <groupId>org.apache.commons</groupId> |
63 | 63 | <artifactId>commons-lang3</artifactId> |
64 | | - <version>3.15.0</version> |
| 64 | + <version>3.17.0</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>jakarta.activation</groupId> |
68 | 68 | <artifactId>jakarta.activation-api</artifactId> |
69 | | - <version>2.1.2</version> |
| 69 | + <version>2.1.3</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>org.eclipse.angus</groupId> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.apache.logging.log4j</groupId> |
97 | 97 | <artifactId>log4j-jul</artifactId> |
98 | | - <version>2.24.1</version> |
| 98 | + <version>2.24.3</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>org.springframework.boot</groupId> |
|
140 | 140 | <dependency> |
141 | 141 | <groupId>org.springframework.boot</groupId> |
142 | 142 | <artifactId>spring-boot-starter-security</artifactId> |
143 | | - <version>3.3.5</version> |
| 143 | + <version>3.4.3</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>commons-io</groupId> |
|
266 | 266 | <dependency> |
267 | 267 | <groupId>org.apache.ws.commons.axiom</groupId> |
268 | 268 | <artifactId>axiom-impl</artifactId> |
269 | | - <version>2.0.0-SNAPSHOT</version> |
| 269 | + <version>2.0.0</version> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
272 | 272 | <groupId>org.apache.ws.commons.axiom</groupId> |
273 | 273 | <artifactId>axiom-dom</artifactId> |
274 | | - <version>2.0.0-SNAPSHOT</version> |
| 274 | + <version>2.0.0</version> |
275 | 275 | </dependency> |
276 | 276 | <dependency> |
277 | 277 | <groupId>org.apache.ws.commons.axiom</groupId> |
278 | 278 | <artifactId>axiom-jakarta-activation</artifactId> |
279 | | - <version>2.0.0-SNAPSHOT</version> |
| 279 | + <version>2.0.0</version> |
280 | 280 | </dependency> |
281 | 281 | <dependency> |
282 | 282 | <groupId>org.apache.ws.commons.axiom</groupId> |
283 | 283 | <artifactId>axiom-legacy-attachments</artifactId> |
284 | | - <version>2.0.0-SNAPSHOT</version> |
| 284 | + <version>2.0.0</version> |
285 | 285 | </dependency> |
286 | 286 | <dependency> |
287 | 287 | <groupId>org.apache.ws.commons.axiom</groupId> |
288 | 288 | <artifactId>axiom-jakarta-jaxb</artifactId> |
289 | | - <version>2.0.0-SNAPSHOT</version> |
| 289 | + <version>2.0.0</version> |
290 | 290 | </dependency> |
291 | 291 | <dependency> |
292 | 292 | <groupId>javax.ws.rs</groupId> |
|
302 | 302 | <dependency> |
303 | 303 | <groupId>org.apache.httpcomponents.core5</groupId> |
304 | 304 | <artifactId>httpcore5</artifactId> |
305 | | - <version>5.3-beta1</version> |
| 305 | + <version>5.3.3</version> |
306 | 306 | </dependency> |
307 | 307 | <dependency> |
308 | 308 | <groupId>org.apache.httpcomponents.client5</groupId> |
309 | 309 | <artifactId>httpclient5</artifactId> |
310 | | - <version>5.3.1</version> |
| 310 | + <version>5.4.2</version> |
311 | 311 | </dependency> |
312 | 312 | </dependencies> |
313 | 313 | <build> |
314 | 314 | <plugins> |
315 | 315 | <plugin> |
316 | 316 | <groupId>org.apache.maven.plugins</groupId> |
317 | 317 | <artifactId>maven-dependency-plugin</artifactId> |
318 | | - <version>3.7.1</version> |
| 318 | + <version>3.8.1</version> |
319 | 319 | <executions> |
320 | 320 | <execution> |
321 | 321 | <id>unpack</id> |
|
0 commit comments