Skip to content

Commit a256e1c

Browse files
Update dependency org.springframework.boot:spring-boot-starter-parent to v3
1 parent 1111bab commit a256e1c

File tree

5 files changed

+5
-5
lines changed
  • login-registration-springboot-hibernate-jsp-auth
  • springboot-angular8-helloworld-example/Springboot-helloworld-application
  • springboot-jsp-hello-world-example
  • springboot-thymeleaf-security-demo
  • springboot2-jpa-swagger2

5 files changed

+5
-5
lines changed

login-registration-springboot-hibernate-jsp-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.5.RELEASE</version>
14+
<version>3.1.1</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

springboot-angular8-helloworld-example/Springboot-helloworld-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.0.5.RELEASE</version>
17+
<version>3.1.1</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

springboot-jsp-hello-world-example/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.6.RELEASE</version>
9+
<version>3.1.1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>net.javaguides</groupId>

springboot-thymeleaf-security-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.4.RELEASE</version>
15+
<version>3.1.1</version>
1616
<relativePath /> <!-- lookup parent from repository -->
1717
</parent>
1818

springboot2-jpa-swagger2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.0.5.RELEASE</version>
18+
<version>3.1.1</version>
1919
<relativePath /> <!-- lookup parent from repository -->
2020
</parent>
2121

0 commit comments

Comments
 (0)