Skip to content

Commit 21c7015

Browse files
committed
Update to spring-boot-gradle-plugin:1.5.22.RELEASE
Fixes gh-8262
1 parent 7ca913d commit 21c7015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
1212
classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.7')
1313
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
14-
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.19.RELEASE")
14+
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.22.RELEASE")
1515
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.12.0"
1616
classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'
1717
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.10.0'

0 commit comments

Comments
 (0)