Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.0.5.RELEASE and Spring Cloud Finchley.SR1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Sep 17, 2018
1 parent 8f0b3f1 commit ff12c3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
@@ -1,5 +1,5 @@
:spring_version: current
:spring_boot_version: 2.0.3.RELEASE
:spring_boot_version: 2.0.5.RELEASE
:jackson: http://wiki.fasterxml.com/JacksonHome
:SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
:EnableAsync: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/scheduling.html#scheduling-annotation-support
Expand Down
2 changes: 1 addition & 1 deletion complete/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
}
}

Expand Down
2 changes: 1 addition & 1 deletion complete/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.5.RELEASE</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion initial/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
}
}

Expand Down
2 changes: 1 addition & 1 deletion initial/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.5.RELEASE</version>
</parent>

<properties>
Expand Down

0 comments on commit ff12c3d

Please sign in to comment.