1 Commits

Author SHA1 Message Date
Jay Bryant
bc8ec86ea2 Upgraded to Spring Boot 2.7.6
and added a branch for the last version of Spring Boot 2.7.
2022-12-05 13:46:37 -06:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
plugins { plugins {
id 'org.springframework.boot' version '2.7.1' id 'org.springframework.boot' version '2.7.6'
id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'io.spring.dependency-management' version '1.0.15.RELEASE'
id 'java' id 'java'
} }

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.1</version> <version>2.7.6</version>
<!-- lookup parent from repository --> <!-- lookup parent from repository -->
<relativePath/> <relativePath/>
</parent> </parent>

View File

@@ -1,6 +1,6 @@
plugins { plugins {
id 'org.springframework.boot' version '2.7.1' id 'org.springframework.boot' version '2.7.6'
id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'io.spring.dependency-management' version '1.0.15.RELEASE'
id 'java' id 'java'
} }

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.1</version> <version>2.7.6</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>com.example</groupId> <groupId>com.example</groupId>