File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <checkstyle .version>10.3.2 </checkstyle .version>
12
+ <checkstyle .version>10.3.3 </checkstyle .version>
13
13
<checkstyle .configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version} /config/checkstyle_checks.xml</checkstyle .configLocation>
14
14
<maven .plugin.checkstyle.version>3.1.1</maven .plugin.checkstyle.version>
15
15
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 23
23
<java .version>1.8</java .version>
24
24
<tools .jar.version>${java.version} .0</tools .jar.version>
25
25
<tools .jar.path>${java.home} /../lib/tools.jar</tools .jar.path>
26
- <checkstyle .version>10.3.2 </checkstyle .version>
26
+ <checkstyle .version>10.3.3 </checkstyle .version>
27
27
<checkstyle .configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version} /config/checkstyle_checks.xml</checkstyle .configLocation>
28
28
<junit .version>4.13.1</junit .version>
29
29
</properties >
You can’t perform that action at this time.
0 commit comments