Skip to content

Commit 4aef144

Browse files
Bump the prod-deps group across 1 directory with 4 updates (#553)
Bumps the prod-deps group with 4 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), [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) and [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire). Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens-Otto Larsen <[email protected]>
1 parent a0389a2 commit 4aef144

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-clean-plugin</artifactId>
294-
<version>3.3.2</version>
294+
<version>3.4.0</version>
295295
</plugin>
296296
<plugin>
297297
<groupId>org.apache.maven.plugins</groupId>
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>org.apache.maven.plugins</groupId>
315315
<artifactId>maven-surefire-plugin</artifactId>
316-
<version>3.2.5</version>
316+
<version>3.3.0</version>
317317
<configuration>
318318
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
319319
<argLine>@{argLine} ${argLine}</argLine>
@@ -327,7 +327,7 @@
327327
<plugin>
328328
<groupId>org.apache.maven.plugins</groupId>
329329
<artifactId>maven-jar-plugin</artifactId>
330-
<version>3.4.1</version>
330+
<version>3.4.2</version>
331331
</plugin>
332332
<plugin>
333333
<groupId>org.codehaus.mojo</groupId>
@@ -400,7 +400,7 @@
400400
<plugin>
401401
<groupId>org.apache.maven.plugins</groupId>
402402
<artifactId>maven-failsafe-plugin</artifactId>
403-
<version>3.2.5</version>
403+
<version>3.3.0</version>
404404
<executions>
405405
<execution>
406406
<id>failsafe-integration-test</id>

0 commit comments

Comments
 (0)