Selaa lähdekoodia

Upgrade to Spring Boot 1.5.10.RELEASE

Greg Turnquist 6 vuotta sitten
vanhempi
commit
06de9042de
No account linked to committer's email
5 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  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 Näytä tiedosto

7
 :toc:
7
 :toc:
8
 :project_id: gs-rest-service
8
 :project_id: gs-rest-service
9
 :spring_version: current
9
 :spring_version: current
10
-:spring_boot_version: 1.5.9.RELEASE
10
+:spring_boot_version: 1.5.10.RELEASE
11
 :icons: font
11
 :icons: font
12
 :source-highlighter: prettify
12
 :source-highlighter: prettify
13
 
13
 

+ 1
- 1
complete/build.gradle Näytä tiedosto

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.9.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE")
7
     }
7
     }
8
 }
8
 }
9
 
9
 

+ 1
- 1
complete/pom.xml Näytä tiedosto

10
     <parent>
10
     <parent>
11
         <groupId>org.springframework.boot</groupId>
11
         <groupId>org.springframework.boot</groupId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.5.9.RELEASE</version>
13
+        <version>1.5.10.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 1
- 1
initial/build.gradle Näytä tiedosto

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.9.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE")
7
     }
7
     }
8
 }
8
 }
9
 
9
 

+ 1
- 1
initial/pom.xml Näytä tiedosto

10
     <parent>
10
     <parent>
11
         <groupId>org.springframework.boot</groupId>
11
         <groupId>org.springframework.boot</groupId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.5.9.RELEASE</version>
13
+        <version>1.5.10.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>