Skip to content

Commit c8e12da

Browse files
minor: Bump project version to 10.3.3
1 parent e5653b2 commit c8e12da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patch-diff-report-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<checkstyle.version>10.3.2</checkstyle.version>
12+
<checkstyle.version>10.3.3</checkstyle.version>
1313
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</checkstyle.configLocation>
1414
<maven.plugin.checkstyle.version>3.1.1</maven.plugin.checkstyle.version>
1515
<maven.compiler.source>1.8</maven.compiler.source>

releasenotes-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<java.version>1.8</java.version>
2424
<tools.jar.version>${java.version}.0</tools.jar.version>
2525
<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>
2727
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</checkstyle.configLocation>
2828
<junit.version>4.13.1</junit.version>
2929
</properties>

0 commit comments

Comments
 (0)