Parcourir la source

Upgrade to Spring Boot 1.5.6.RELEASE

Greg Turnquist il y a 8 ans
Parent
commit
b97c440724
5 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1 1
      README.adoc
  2. 1 1
      complete/build.gradle
  3. 1 1
      complete/pom.xml
  4. 1 1
      initial/build.gradle
  5. 1 1
      initial/pom.xml

+ 1 - 1
README.adoc

@@ -3,7 +3,7 @@ tags: [messaging, websocket, stomp]
 projects: [spring-framework]
 ---
 :spring_version: current
-:spring_boot_version: 1.5.5.RELEASE
+:spring_boot_version: 1.5.6.RELEASE
 :jackson: http://wiki.fasterxml.com/JacksonHome
 :AtMessageMapping: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/messaging/handler/annotation/MessageMapping.html
 :AtController: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Controller.html

+ 1 - 1
complete/build.gradle

@@ -3,7 +3,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.5.RELEASE")
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.6.RELEASE")
     }
 }
 

+ 1 - 1
complete/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.5.RELEASE</version>
+        <version>1.5.6.RELEASE</version>
     </parent>
 
     <dependencies>

+ 1 - 1
initial/build.gradle

@@ -3,7 +3,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.5.RELEASE")
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.6.RELEASE")
     }
 }
 

+ 1 - 1
initial/pom.xml

@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.5.RELEASE</version>
+        <version>1.5.6.RELEASE</version>
     </parent>
 
     <dependencies>