File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.7 .0'
3- id ' io.spring.dependency-management' version ' 1.0.11.RELEASE '
2+ id ' org.springframework.boot' version ' 3.0 .0'
3+ id ' io.spring.dependency-management' version ' 1.1.0 '
44 id ' java'
55}
66
77group = ' com.example'
88version = ' 0.0.1-SNAPSHOT'
9- sourceCompatibility = ' 1.8 '
9+ sourceCompatibility = ' 17 '
1010
1111repositories {
1212 mavenCentral()
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.7 .0</version >
8+ <version >3.0 .0</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
1414 <name >asynch-method-complete</name >
1515 <description >Demo project for Spring Boot</description >
1616 <properties >
17- <java .version>1.8 </java .version>
17+ <java .version>17 </java .version>
1818 </properties >
1919 <dependencies >
2020 <dependency >
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.7 .0'
3- id ' io.spring.dependency-management' version ' 1.0.11.RELEASE '
2+ id ' org.springframework.boot' version ' 3.0 .0'
3+ id ' io.spring.dependency-management' version ' 1.1.0 '
44 id ' java'
55}
66
77group = ' com.example'
88version = ' 0.0.1-SNAPSHOT'
9- sourceCompatibility = ' 1.8 '
9+ sourceCompatibility = ' 17 '
1010
1111repositories {
1212 mavenCentral()
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.7 .0</version >
8+ <version >3.0 .0</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
1414 <name >asynch-method-initial</name >
1515 <description >Demo project for Spring Boot</description >
1616 <properties >
17- <java .version>1.8 </java .version>
17+ <java .version>17 </java .version>
1818 </properties >
1919 <dependencies >
2020 <dependency >
You can’t perform that action at this time.
0 commit comments