File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext { springBootVersion = ' 2.0.8 .RELEASE' }
2
+ ext { springBootVersion = ' 2.1.3 .RELEASE' }
3
3
repositories { mavenCentral() }
4
4
dependencies { classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " ) }
5
5
}
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.0.8 .RELEASE</version >
14
+ <version >2.1.3 .RELEASE</version >
15
15
<relativePath /> <!-- lookup parent from repository -->
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext { springBootVersion = ' 2.0.8 .RELEASE' }
2
+ ext { springBootVersion = ' 2.1.3 .RELEASE' }
3
3
repositories { mavenCentral() }
4
4
dependencies { classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " ) }
5
5
}
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.0.8 .RELEASE</version >
14
+ <version >2.1.3 .RELEASE</version >
15
15
<relativePath /> <!-- lookup parent from repository -->
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 2.0.8 .RELEASE'
3
+ springBootVersion = ' 2.1.3 .RELEASE'
4
4
}
5
5
repositories {
6
6
mavenCentral()
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.0.8 .RELEASE</version >
14
+ <version >2.1.3 .RELEASE</version >
15
15
<relativePath /> <!-- lookup parent from repository -->
16
16
</parent >
17
17
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 2.0.8 .RELEASE'
3
+ springBootVersion = ' 2.1.3 .RELEASE'
4
4
}
5
5
repositories {
6
6
mavenCentral()
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.0.8 .RELEASE</version >
14
+ <version >2.1.3 .RELEASE</version >
15
15
<relativePath /> <!-- lookup parent from repository -->
16
16
</parent >
17
17
You can’t perform that action at this time.
0 commit comments