Skip to content

Commit efd2067

Browse files
Bump the maven-deps group across 1 directory with 5 updates
Bumps the maven-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` | | [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) | `3.21.0` | `3.22.0` | | [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.10.0` | `3.11.0` | Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) Updates `org.apache.maven.plugins:maven-site-plugin` from 3.21.0 to 3.22.0 - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](apache/maven-site-plugin@maven-site-plugin-3.21.0...maven-site-plugin-3.22.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.10.0...maven-dependency-plugin-3.11.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-version: 3.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-version: 3.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3899f81 commit efd2067

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-failsafe-plugin</artifactId>
332-
<version>3.5.5</version>
332+
<version>3.5.6</version>
333333
<executions>
334334
<execution>
335335
<goals>
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>org.apache.maven.plugins</groupId>
351351
<artifactId>maven-surefire-plugin</artifactId>
352-
<version>3.5.5</version>
352+
<version>3.5.6</version>
353353
<configuration>
354354
<runOrder>alphabetical</runOrder>
355355
<!-- Inject JaCoCo agent + any JDK-version-specific flags -->
@@ -601,7 +601,7 @@
601601
<plugin>
602602
<groupId>org.apache.maven.plugins</groupId>
603603
<artifactId>maven-site-plugin</artifactId>
604-
<version>3.21.0</version>
604+
<version>3.22.0</version>
605605
<configuration>
606606
<inputEncoding>UTF-8</inputEncoding>
607607
<outputEncoding>UTF-8</outputEncoding>
@@ -671,7 +671,7 @@
671671
<plugin>
672672
<groupId>org.apache.maven.plugins</groupId>
673673
<artifactId>maven-surefire-report-plugin</artifactId>
674-
<version>3.5.5</version>
674+
<version>3.5.6</version>
675675
</plugin>
676676
<!-- SpotBugs static analysis -->
677677
<plugin>
@@ -711,7 +711,7 @@
711711
<plugin>
712712
<groupId>org.apache.maven.plugins</groupId>
713713
<artifactId>maven-dependency-plugin</artifactId>
714-
<version>3.10.0</version>
714+
<version>3.11.0</version>
715715
<reportSets>
716716
<reportSet>
717717
<reports>

0 commit comments

Comments
 (0)