Skip to content

Commit 7acdcf4

Browse files
Bump the maven-plugins group across 1 directory with 3 updates
Bumps the maven-plugins group with 3 updates in the / directory: [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). 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) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.3 to 2.44.5 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.3...maven/2.44.5) --- updated-dependencies: - 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: maven-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c48618f commit 7acdcf4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
197197
<plugin>
198198
<artifactId>maven-clean-plugin</artifactId>
199-
<version>3.4.1</version>
199+
<version>3.5.0</version>
200200
</plugin>
201201
<plugin>
202202
<artifactId>maven-site-plugin</artifactId>
@@ -224,7 +224,7 @@
224224
</plugin>
225225
<plugin>
226226
<artifactId>maven-surefire-plugin</artifactId>
227-
<version>3.5.2</version>
227+
<version>3.5.3</version>
228228
</plugin>
229229
<plugin>
230230
<artifactId>maven-jar-plugin</artifactId>
@@ -245,7 +245,7 @@
245245
<plugin>
246246
<groupId>com.diffplug.spotless</groupId>
247247
<artifactId>spotless-maven-plugin</artifactId>
248-
<version>2.44.3</version>
248+
<version>2.44.5</version>
249249
<configuration>
250250
<pom>
251251
<sortPom>

0 commit comments

Comments
 (0)