Skip to content

Commit fcefe65

Browse files
minor: Bump project version to 10.12.5
1 parent 9001444 commit fcefe65

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.12.4</checkstyle.version>
12+
<checkstyle.version>10.12.5</checkstyle.version>
1313
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
1414
<maven.plugin.antrun.version>3.1.0</maven.plugin.antrun.version>
1515
<maven.compiler.source>11</maven.compiler.source>

releasenotes-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.plugin.twitter4j.version>4.1.2</maven.plugin.twitter4j.version>
2222
<maven.plugin.javax.mail.version>1.5.0-b01</maven.plugin.javax.mail.version>
2323
<java.version>11</java.version>
24-
<checkstyle.version>10.12.4</checkstyle.version>
24+
<checkstyle.version>10.12.5</checkstyle.version>
2525
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
2626
<junit.version>4.13.2</junit.version>
2727
<mockito.version>5.2.0</mockito.version>

0 commit comments

Comments
 (0)