Skip to content

Commit 971533a

Browse files
Update spring boot to v3.5.5
1 parent 1637c2e commit 971533a

File tree

43 files changed

+43
-43
lines changed
  • login-registration-springboot-hibernate-jsp-auth
  • spring-aop-advice-examples
  • spring-boot-crud-rest
  • spring-propertysource-example
  • springboot-angular8-helloworld-example/springboot-helloworld-application
  • springboot-async-example
  • springboot-crud-hibernate-example
  • springboot-crud-rest-api-validation
  • springboot-hibernate-composite-key-demo
  • springboot-hibernate-many-to-many-mapping
  • springboot-hibernate-one-many-mapping
  • springboot-hibernate-one-one-mapping
  • 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-stomp-websocket
  • 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-jms-activemq
  • springboot2-jpa-auditing
  • springboot2-jpa-crud-example
  • springboot2-jpa-h2-crud-example
  • springboot2-jpa-swagger3
  • springboot2-junit5-example
  • springboot2-logging
  • springboot2-mybatis-mysql-example
  • springboot2-springaop-example
  • springboot2-webapp-jsp-WAR
  • springboot2-webapp-jsp
  • springboot2-webapp-thymeleaf
  • springboot2-xml-config

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
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>3.4.4</version>
14+
<version>3.5.5</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

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.4.4</version>
18+
<version>3.5.5</version>
1919
<relativePath /> <!-- lookup parent from repository -->
2020
</parent>
2121

spring-boot-crud-rest/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.4.4</version>
18+
<version>3.5.5</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.4.4</version>
16+
<version>3.5.5</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>3.4.4</version>
17+
<version>3.5.5</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.4.4</version>
17+
<version>3.5.5</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.4.4</version>
8+
<version>3.5.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>net.javaguides.springboot</groupId>

springboot-crud-rest-api-validation/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.4.4</version>
17+
<version>3.5.5</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

springboot-hibernate-composite-key-demo/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.4.4</version>
8+
<version>3.5.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>net.javaguides</groupId>

springboot-hibernate-many-to-many-mapping/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.4.4</version>
8+
<version>3.5.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>net.javaguides</groupId>

0 commit comments

Comments
 (0)