Skip to content

Commit c0f08e9

Browse files
Upgraded Maven Clean Plugin from 3.2.0 to 3.3.1
- Upgraded Checkstyle from 10.12.0 to 10.12.2
1 parent 02751e0 commit c0f08e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4747
<maven.compiler.release>8</maven.compiler.release>
4848
<maven.checkstyle.plugin.version>3.3.0</maven.checkstyle.plugin.version>
49-
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
49+
<maven.clean.plugin.version>3.3.1</maven.clean.plugin.version>
5050
<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
5151
<maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
5252
<maven.install.plugin.version>3.1.1</maven.install.plugin.version>
@@ -56,7 +56,7 @@
5656
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
5757
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
5858
<maven.surefire.plugin.version>3.1.2</maven.surefire.plugin.version>
59-
<checkstyle.version>10.12.0</checkstyle.version>
59+
<checkstyle.version>10.12.2</checkstyle.version>
6060
<jacoco.version>0.8.10</jacoco.version>
6161
<jreleaser.version>1.7.0</jreleaser.version>
6262
<junit.jupiter.version>5.10.0</junit.jupiter.version>

0 commit comments

Comments
 (0)