Update spring-io-plugin to 0.0.8.RELEASE

Closes gh-647
This commit is contained in:
Josh Cummings
2022-05-04 14:16:53 -06:00
parent 7d5ddf24b0
commit cef6ad8aaa

View File

@@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
classpath("io.spring.gradle:spring-io-plugin:0.0.6.RELEASE")
classpath("io.spring.gradle:spring-io-plugin:0.0.8.RELEASE")
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.12.0"
classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0'