Skip to content

Commit dc19beb

Browse files
Bump the plugins group with 2 updates
Bumps the plugins group with 2 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin). Updates `com.puppycrawl.tools:checkstyle` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.24.0...checkstyle-10.25.0) Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74e1816 commit dc19beb

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
@@ -44,7 +44,7 @@
4444
<archetype.plugin.version>3.4.0</archetype.plugin.version>
4545
<assembly.plugin.version>3.7.1</assembly.plugin.version>
4646
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
47-
<clean.plugin.version>3.4.1</clean.plugin.version>
47+
<clean.plugin.version>3.5.0</clean.plugin.version>
4848
<compiler.plugin.version>3.14.0</compiler.plugin.version>
4949
<dependency.plugin.version>3.8.1</dependency.plugin.version>
5050
<deploy.plugin.version>3.1.4</deploy.plugin.version>
@@ -68,7 +68,7 @@
6868
<surefire.plugin.version>3.5.3</surefire.plugin.version>
6969

7070
<!-- tooling -->
71-
<checkstyle.tool.version>10.24.0</checkstyle.tool.version>
71+
<checkstyle.tool.version>10.25.0</checkstyle.tool.version>
7272

7373
<!-- testing -->
7474
<awaitility.version>4.3.0</awaitility.version>

0 commit comments

Comments
 (0)