Skip to content

Commit aa6cc37

Browse files
Bump the maven-deps group with 3 updates
Bumps the maven-deps group with 3 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) and [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire). 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) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 916c255 commit aa6cc37

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
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-surefire-plugin</artifactId>
313-
<version>3.5.5</version>
313+
<version>3.5.6</version>
314314
<configuration>
315315
<runOrder>alphabetical</runOrder>
316316
<!-- Inject JaCoCo agent + any JDK-version-specific flags -->
@@ -558,7 +558,7 @@
558558
<plugin>
559559
<groupId>org.apache.maven.plugins</groupId>
560560
<artifactId>maven-site-plugin</artifactId>
561-
<version>3.21.0</version>
561+
<version>3.22.0</version>
562562
<configuration>
563563
<inputEncoding>UTF-8</inputEncoding>
564564
<outputEncoding>UTF-8</outputEncoding>
@@ -628,7 +628,7 @@
628628
<plugin>
629629
<groupId>org.apache.maven.plugins</groupId>
630630
<artifactId>maven-surefire-report-plugin</artifactId>
631-
<version>3.5.5</version>
631+
<version>3.5.6</version>
632632
</plugin>
633633
<!-- SpotBugs static analysis -->
634634
<plugin>

0 commit comments

Comments
 (0)