Skip to content

Commit 5b3a5cb

Browse files
Update deps in the Spring Boot Demo
1 parent 787544f commit 5b3a5cb

File tree

1 file changed

+14
-14
lines changed
  • modules/samples/userguide/src/userguide/springbootdemo

1 file changed

+14
-14
lines changed

modules/samples/userguide/src/userguide/springbootdemo/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
<parent>
3434
<groupId>org.springframework.boot</groupId>
3535
<artifactId>spring-boot-starter-parent</artifactId>
36-
<version>3.3.2</version>
36+
<version>3.4.3</version>
3737
<relativePath/> <!-- lookup parent from repository -->
3838
</parent>
3939

4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<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>
4545
</properties>
4646

4747
<dependencies>
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.apache.commons</groupId>
6363
<artifactId>commons-lang3</artifactId>
64-
<version>3.15.0</version>
64+
<version>3.17.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>jakarta.activation</groupId>
6868
<artifactId>jakarta.activation-api</artifactId>
69-
<version>2.1.2</version>
69+
<version>2.1.3</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.eclipse.angus</groupId>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.logging.log4j</groupId>
9797
<artifactId>log4j-jul</artifactId>
98-
<version>2.24.1</version>
98+
<version>2.24.3</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.springframework.boot</groupId>
142142
<artifactId>spring-boot-starter-security</artifactId>
143-
<version>3.3.5</version>
143+
<version>3.4.3</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>commons-io</groupId>
@@ -266,27 +266,27 @@
266266
<dependency>
267267
<groupId>org.apache.ws.commons.axiom</groupId>
268268
<artifactId>axiom-impl</artifactId>
269-
<version>2.0.0-SNAPSHOT</version>
269+
<version>2.0.0</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>org.apache.ws.commons.axiom</groupId>
273273
<artifactId>axiom-dom</artifactId>
274-
<version>2.0.0-SNAPSHOT</version>
274+
<version>2.0.0</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>org.apache.ws.commons.axiom</groupId>
278278
<artifactId>axiom-jakarta-activation</artifactId>
279-
<version>2.0.0-SNAPSHOT</version>
279+
<version>2.0.0</version>
280280
</dependency>
281281
<dependency>
282282
<groupId>org.apache.ws.commons.axiom</groupId>
283283
<artifactId>axiom-legacy-attachments</artifactId>
284-
<version>2.0.0-SNAPSHOT</version>
284+
<version>2.0.0</version>
285285
</dependency>
286286
<dependency>
287287
<groupId>org.apache.ws.commons.axiom</groupId>
288288
<artifactId>axiom-jakarta-jaxb</artifactId>
289-
<version>2.0.0-SNAPSHOT</version>
289+
<version>2.0.0</version>
290290
</dependency>
291291
<dependency>
292292
<groupId>javax.ws.rs</groupId>
@@ -302,20 +302,20 @@
302302
<dependency>
303303
<groupId>org.apache.httpcomponents.core5</groupId>
304304
<artifactId>httpcore5</artifactId>
305-
<version>5.3-beta1</version>
305+
<version>5.3.3</version>
306306
</dependency>
307307
<dependency>
308308
<groupId>org.apache.httpcomponents.client5</groupId>
309309
<artifactId>httpclient5</artifactId>
310-
<version>5.3.1</version>
310+
<version>5.4.2</version>
311311
</dependency>
312312
</dependencies>
313313
<build>
314314
<plugins>
315315
<plugin>
316316
<groupId>org.apache.maven.plugins</groupId>
317317
<artifactId>maven-dependency-plugin</artifactId>
318-
<version>3.7.1</version>
318+
<version>3.8.1</version>
319319
<executions>
320320
<execution>
321321
<id>unpack</id>

0 commit comments

Comments
 (0)