File tree 10 files changed +10
-10
lines changed
spring-boot-sample-actuator
spring-boot-sample-logback
spring-boot-sample-profile
spring-boot-sample-simple
spring-boot-sample-web-static
spring-boot-sample-web-ui
spring-boot-starters/spring-boot-starter-parent
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3049
3049
<plugin >
3050
3050
<groupId >org.springframework.boot</groupId >
3051
3051
<artifactId >spring-boot-maven-plugin</artifactId >
3052
- <version >1.5.17 .BUILD-SNAPSHOT</version >
3052
+ <version >1.5.18 .BUILD-SNAPSHOT</version >
3053
3053
</plugin >
3054
3054
<plugin >
3055
3055
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.18 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11
11
actual jars). Run with '$ java -jar target/*.jar'.
12
12
</description >
13
13
14
- <property name =" spring-boot.version" value =" 1.5.17 .BUILD-SNAPSHOT" />
14
+ <property name =" spring-boot.version" value =" 1.5.18 .BUILD-SNAPSHOT" />
15
15
<property name =" lib.dir" location =" ${ basedir } /target/lib" />
16
16
<property name =" start-class" value =" sample.ant.SampleAntApplication" />
17
17
Original file line number Diff line number Diff line change 85
85
<dependency >
86
86
<groupId >org.springframework.boot</groupId >
87
87
<artifactId >spring-boot-antlib</artifactId >
88
- <version >1.5.17 .BUILD-SNAPSHOT</version >
88
+ <version >1.5.18 .BUILD-SNAPSHOT</version >
89
89
</dependency >
90
90
</dependencies >
91
91
</plugin >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.18 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.18 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.18 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.18 .BUILD-SNAPSHOT'
4
4
}
5
5
repositories {
6
6
// NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
3
+ springBootVersion = ' 1.5.18 .BUILD-SNAPSHOT'
4
4
springLoadedVersion = ' 1.2.4.RELEASE'
5
5
}
6
6
repositories {
Original file line number Diff line number Diff line change 171
171
<dependency >
172
172
<groupId >org.springframework.boot</groupId >
173
173
<artifactId >spring-boot-maven-plugin</artifactId >
174
- <version >1.5.17 .BUILD-SNAPSHOT</version >
174
+ <version >1.5.18 .BUILD-SNAPSHOT</version >
175
175
</dependency >
176
176
</dependencies >
177
177
<configuration >
You can’t perform that action at this time.
0 commit comments