Skip to content

Commit

Permalink
Upgrade to Spring Boot 1.4.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Dec 23, 2016
1 parent 408e8b9 commit 72bed35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete/build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.3.RELEASE")
}
}

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

<!-- tag::bom[] -->
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:1.4.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.3.RELEASE")
}
}

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

<properties>
Expand Down

0 comments on commit 72bed35

Please sign in to comment.