Skip to content

Commit

Permalink
minor: Bump project version to 10.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2024
1 parent 664188c commit 6c13efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patch-diff-report-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.version>10.20.0</checkstyle.version>
<checkstyle.version>10.20.1</checkstyle.version>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
<maven.plugin.antrun.version>3.1.0</maven.plugin.antrun.version>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.plugin.twitter4j.version>4.1.2</maven.plugin.twitter4j.version>
<maven.plugin.javax.mail.version>1.5.0-b01</maven.plugin.javax.mail.version>
<java.version>11</java.version>
<checkstyle.version>10.20.0</checkstyle.version>
<checkstyle.version>10.20.1</checkstyle.version>
<checkstyle.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml</checkstyle.configLocation>
<junit.version>4.13.2</junit.version>
<mockito.version>5.2.0</mockito.version>
Expand Down

0 comments on commit 6c13efc

Please sign in to comment.