Explorar o código

Update to Spring Boot 1.5.19

Fixes gh-6715
Joe Grandja %!s(int64=6) %!d(string=hai) anos
pai
achega
28afc38c8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -11,7 +11,7 @@ buildscript {
 		classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
 		classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.1')
 		classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
-		classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.18.RELEASE")
+		classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.19.RELEASE")
 	}
 }