Skip to content

Commit fc7a99d

Browse files
committed
Merge branch '2.1.x'
Closes spring-projectsgh-17362
2 parents a417e13 + 6425fb6 commit fc7a99d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</property>
2525
</activation>
2626
<properties>
27-
<spring-javaformat.version>0.0.14</spring-javaformat.version>
27+
<spring-javaformat.version>0.0.15</spring-javaformat.version>
2828
<nohttp-checkstyle.version>0.0.1.RELEASE</nohttp-checkstyle.version>
2929
</properties>
3030
<build>

src/checkstyle/checkstyle-suppressions.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
44
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
55
<suppressions>
6+
<suppress files=".*" checks="SpringMethodVisibility"/>
67
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
78
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
89
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />

0 commit comments

Comments
 (0)