Skip to content

Commit 761856a

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents cfeb023 + f9bd472 commit 761856a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse/spring-boot-project.setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<requirement
6060
name="org.eclipse.jdt.feature.group"/>
6161
<requirement
62-
name="io.spring.javaformat.eclipse.feature.feature.group" versionRange="[0.0.14,0.0.15)"/>
62+
name="io.spring.javaformat.eclipse.feature.feature.group" versionRange="[0.0.15,0.0.16)"/>
6363
<requirement
6464
name="org.eclipse.jst.server_adapters.feature.feature.group"/>
6565
<requirement

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath("io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.14")
7+
classpath("io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15")
88
}
99
}
1010

0 commit comments

Comments
 (0)