Skip to content

Commit 1ee8c53

Browse files
committed
Upgrade to spring-javaformat 0.0.14
Closes gh-17331
1 parent 72f7985 commit 1ee8c53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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"/>
62+
name="io.spring.javaformat.eclipse.feature.feature.group" versionRange="[0.0.14,0.0.15)"/>
6363
<requirement
6464
name="org.eclipse.jst.server_adapters.feature.feature.group"/>
6565
<requirement

spring-boot-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2626
<maven.version>3.1.1</maven.version>
27-
<spring-javaformat.version>0.0.11</spring-javaformat.version>
27+
<spring-javaformat.version>0.0.14</spring-javaformat.version>
2828
<nohttp-checkstyle.version>0.0.1.RELEASE</nohttp-checkstyle.version>
2929
</properties>
3030
<scm>
@@ -312,7 +312,7 @@
312312
<dependency>
313313
<groupId>com.puppycrawl.tools</groupId>
314314
<artifactId>checkstyle</artifactId>
315-
<version>8.18</version>
315+
<version>8.22</version>
316316
</dependency>
317317
<dependency>
318318
<groupId>io.spring.javaformat</groupId>

spring-boot-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<main.basedir>${basedir}/..</main.basedir>
2121
<java.version>1.8</java.version>
22-
<spring-javaformat.version>0.0.11</spring-javaformat.version>
22+
<spring-javaformat.version>0.0.14</spring-javaformat.version>
2323
<nohttp-checkstyle.version>0.0.1.RELEASE</nohttp-checkstyle.version>
2424
<disable.checks>false</disable.checks>
2525
</properties>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>com.puppycrawl.tools</groupId>
151151
<artifactId>checkstyle</artifactId>
152-
<version>8.18</version>
152+
<version>8.22</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.spring.javaformat</groupId>

0 commit comments

Comments
 (0)