Skip to content

Commit 91726f3

Browse files
committed
Update the samples to use Spring Java Format 0.0.7
1 parent 4b6bddd commit 91726f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.6</spring-javaformat.version>
22+
<spring-javaformat.version>0.0.7</spring-javaformat.version>
2323
<disable.checks>false</disable.checks>
2424
</properties>
2525
<modules>
@@ -148,7 +148,7 @@
148148
<dependency>
149149
<groupId>com.puppycrawl.tools</groupId>
150150
<artifactId>checkstyle</artifactId>
151-
<version>8.8</version>
151+
<version>8.18</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.spring.javaformat</groupId>

0 commit comments

Comments
 (0)