File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 30493049 <plugin >
30503050 <groupId >org.springframework.boot</groupId >
30513051 <artifactId >spring-boot-maven-plugin</artifactId >
3052- <version >1.5.16 .BUILD-SNAPSHOT</version >
3052+ <version >1.5.17 .BUILD-SNAPSHOT</version >
30533053 </plugin >
30543054 <plugin >
30553055 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.16 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 1111 actual jars). Run with '$ java -jar target/*.jar'.
1212 </description >
1313
14- <property name =" spring-boot.version" value =" 1.5.16 .BUILD-SNAPSHOT" />
14+ <property name =" spring-boot.version" value =" 1.5.17 .BUILD-SNAPSHOT" />
1515 <property name =" lib.dir" location =" ${ basedir } /target/lib" />
1616 <property name =" start-class" value =" sample.ant.SampleAntApplication" />
1717
Original file line number Diff line number Diff line change 8585 <dependency >
8686 <groupId >org.springframework.boot</groupId >
8787 <artifactId >spring-boot-antlib</artifactId >
88- <version >1.5.16 .BUILD-SNAPSHOT</version >
88+ <version >1.5.17 .BUILD-SNAPSHOT</version >
8989 </dependency >
9090 </dependencies >
9191 </plugin >
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.16 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.16 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.16 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.16 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
44 }
55 repositories {
66 // NOTE: You should declare only repositories that you need here
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- springBootVersion = ' 1.5.16 .BUILD-SNAPSHOT'
3+ springBootVersion = ' 1.5.17 .BUILD-SNAPSHOT'
44 springLoadedVersion = ' 1.2.4.RELEASE'
55 }
66 repositories {
Original file line number Diff line number Diff line change 171171 <dependency >
172172 <groupId >org.springframework.boot</groupId >
173173 <artifactId >spring-boot-maven-plugin</artifactId >
174- <version >1.5.16 .BUILD-SNAPSHOT</version >
174+ <version >1.5.17 .BUILD-SNAPSHOT</version >
175175 </dependency >
176176 </dependencies >
177177 <configuration >
You can’t perform that action at this time.
0 commit comments