File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext { springBootVersion = ' 2.0.2 .RELEASE' }
2
+ ext { springBootVersion = ' 2.0.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.2 .RELEASE</version >
14
+ <version >2.0.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.2 .RELEASE' }
2
+ ext { springBootVersion = ' 2.0.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.2 .RELEASE</version >
14
+ <version >2.0.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.2 .RELEASE'
3
+ springBootVersion = ' 2.0.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.2 .RELEASE</version >
14
+ <version >2.0.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.2 .RELEASE'
3
+ springBootVersion = ' 2.0.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.2 .RELEASE</version >
14
+ <version >2.0.3 .RELEASE</version >
15
15
<relativePath /> <!-- lookup parent from repository -->
16
16
</parent >
17
17
38
38
<dependency >
39
39
<groupId >org.springframework.cloud</groupId >
40
40
<artifactId >spring-cloud-dependencies</artifactId >
41
- <version >Finchley.RC1 </version >
41
+ <version >Finchley.RELEASE </version >
42
42
<type >pom</type >
43
43
<scope >import</scope >
44
44
</dependency >
You can’t perform that action at this time.
0 commit comments