File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 2.5.2 '
2
+ id ' org.springframework.boot' version ' 2.5.3 '
3
3
id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
4
4
id ' java'
5
5
}
6
6
7
7
group = ' com.example'
8
8
version = ' 0.0.1-SNAPSHOT'
9
- sourceCompatibility = ' 1.8 '
9
+ sourceCompatibility = ' 11 '
10
10
11
11
repositories {
12
12
mavenCentral()
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.5.2 </version >
9
+ <version >2.5.3 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.example</groupId >
16
16
<description >Demo project for Spring Boot</description >
17
17
18
18
<properties >
19
- <java .version>1.8 </java .version>
19
+ <java .version>11 </java .version>
20
20
<astra-starter .version>0.1.13</astra-starter .version>
21
21
</properties >
22
22
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 2.5.2 '
2
+ id ' org.springframework.boot' version ' 2.5.3 '
3
3
id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
4
4
id ' java'
5
5
}
6
6
7
7
group = ' com.example'
8
8
version = ' 0.0.1-SNAPSHOT'
9
- sourceCompatibility = ' 1.8 '
9
+ sourceCompatibility = ' 11 '
10
10
11
11
repositories {
12
12
mavenCentral()
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.5.2 </version >
9
+ <version >2.5.3 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.example</groupId >
16
16
<description >Demo project for Spring Boot</description >
17
17
18
18
<properties >
19
- <java .version>1.8 </java .version>
19
+ <java .version>11 </java .version>
20
20
<astra-starter .version>0.1.13</astra-starter .version>
21
21
</properties >
22
22
You can’t perform that action at this time.
0 commit comments