Skip to content

Commit 3a89668

Browse files
Bump the maven-plugins group with 3 updates
Bumps the maven-plugins group with 3 updates: [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.2 to 2.44.3 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.2...maven/2.44.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e195eb commit 3a89668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
181181
<plugin>
182182
<artifactId>maven-clean-plugin</artifactId>
183-
<version>3.4.0</version>
183+
<version>3.4.1</version>
184184
</plugin>
185185
<plugin>
186186
<artifactId>maven-site-plugin</artifactId>
@@ -200,7 +200,7 @@
200200
</plugin>
201201
<plugin>
202202
<artifactId>maven-compiler-plugin</artifactId>
203-
<version>3.13.0</version>
203+
<version>3.14.0</version>
204204
</plugin>
205205
<plugin>
206206
<artifactId>maven-plugin-plugin</artifactId>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>com.diffplug.spotless</groupId>
231231
<artifactId>spotless-maven-plugin</artifactId>
232-
<version>2.44.2</version>
232+
<version>2.44.3</version>
233233
<configuration>
234234
<pom>
235235
<sortPom>

0 commit comments

Comments
 (0)