Skip to content

Commit 0ab968e

Browse files
committed
GP-83 upgrade Spring versions
1 parent 59734b4 commit 0ab968e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

3-0-spring-framework/3-0-1-hello-spring-mvc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
<dependency>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-web</artifactId>
18-
<version>2.4.3</version>
18+
<version>2.4.5</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>org.springframework.boot</groupId>
2323
<artifactId>spring-boot-starter-test</artifactId>
24-
<version>2.4.3</version>
24+
<version>2.4.5</version>
2525
<scope>test</scope>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>org.springframework.boot</groupId>
3030
<artifactId>spring-boot-starter-thymeleaf</artifactId>
31-
<version>2.4.3</version>
31+
<version>2.4.5</version>
3232
</dependency>
3333

3434
</dependencies>

3-0-spring-framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.springframework</groupId>
2525
<artifactId>spring-webmvc</artifactId>
26-
<version>5.2.12.RELEASE</version>
26+
<version>5.3.6</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>
3030
<artifactId>spring-test</artifactId>
31-
<version>5.2.12.RELEASE</version>
31+
<version>5.3.6</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)