Skip to content

Commit 49f375d

Browse files
committed
Upgrade project 5 to Spring Boot 4.0.1
1 parent 874a509 commit 49f375d

File tree

1 file changed

+3
-3
lines changed
  • section-13-spring-boot-3-rest-apis-quick-start/04-spring-boot-rest-crud-students-path-variable-get-single-student

1 file changed

+3
-3
lines changed

section-13-spring-boot-3-rest-apis-quick-start/04-spring-boot-rest-crud-students-path-variable-get-single-student/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.9</version>
9+
<version>4.0.1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.luv2code</groupId>
@@ -20,12 +20,12 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.springframework.boot</groupId>
23-
<artifactId>spring-boot-starter-web</artifactId>
23+
<artifactId>spring-boot-starter-webmvc</artifactId>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>org.springframework.boot</groupId>
28-
<artifactId>spring-boot-starter-test</artifactId>
28+
<artifactId>spring-boot-starter-webmvc-test</artifactId>
2929
<scope>test</scope>
3030
</dependency>
3131
</dependencies>

0 commit comments

Comments
 (0)