Skip to content

Commit c38702a

Browse files
Update spring boot
1 parent ac057f6 commit c38702a

File tree

28 files changed

+28
-28
lines changed
  • spring-aop-advice-examples
  • spring-propertysource-example
  • springboot-angular8-helloworld-example/Springboot-helloworld-application
  • springboot-async-example
  • springboot-crud-hibernate-example
  • springboot-jpa-one-to-one-example
  • springboot-jsp-hello-world-example
  • springboot-mongodb-crud
  • springboot-mssql-jpa-hibernate-crud-example
  • springboot-multiple-datasources
  • springboot-postgresql-jpa-hibernate-crud-example
  • springboot-testing-examples
  • springboot-thymeleaf-hello-world-example
  • springboot-thymeleaf-security-demo
  • springboot-upload-download-file-database
  • springboot-upload-download-file-rest-api-example
  • springboot2-annotation-config
  • springboot2-externalizing-conf-properties
  • springboot2-freemarker-example
  • springboot2-java-config
  • springboot2-jdbc-crud-mysql-example
  • springboot2-jpa-crud-example
  • springboot2-jpa-h2-crud-example
  • springboot2-jpa-swagger2
  • springboot2-junit5-example
  • springboot2-logging
  • springboot2-springaop-example
  • springboot2-xml-config

28 files changed

+28
-28
lines changed

spring-aop-advice-examples/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>3.0.4</version>
18+
<version>3.1.1</version>
1919
<relativePath /> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-propertysource-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.0.4</version>
16+
<version>3.1.1</version>
1717
<relativePath/> <!-- lookup parent from repository -->
1818
</parent>
1919

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>2.7.13</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

springboot-async-example/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>3.0.4</version>
17+
<version>3.1.1</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

springboot-crud-hibernate-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.0.4</version>
8+
<version>3.1.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>net.javaguides.springboot</groupId>

springboot-jpa-one-to-one-example/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>3.0.4</version>
15+
<version>3.1.1</version>
1616
<relativePath /> <!-- lookup parent from repository -->
1717
</parent>
1818

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>2.7.13</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>net.javaguides</groupId>

springboot-mongodb-crud/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>3.0.4</version>
9+
<version>3.1.1</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>net.springboot.javaguides</groupId>

springboot-mssql-jpa-hibernate-crud-example/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>3.0.4</version>
18+
<version>3.1.1</version>
1919
<relativePath /> <!-- lookup parent from reposictory -->
2020
</parent>
2121

springboot-multiple-datasources/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>3.0.4</version>
18+
<version>3.1.1</version>
1919
<relativePath /> <!-- lookup parent from repository -->
2020
</parent>
2121

0 commit comments

Comments
 (0)