Commit 8c2e0a61 authored by Phillip Webb's avatar Phillip Webb

Merge branch '1.5.x' into 2.0.x

parents f875b74e f25469c9
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<spring-javaformat.version>0.0.8</spring-javaformat.version> <spring-javaformat.version>0.0.9</spring-javaformat.version>
</properties> </properties>
<build> <build>
<plugins> <plugins>
......
...@@ -4,7 +4,7 @@ buildscript { ...@@ -4,7 +4,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath("io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.6") classpath("io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.9")
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment