Skip to content

Commit 6709895

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 3 updates
Bumps the maven-build-plugins 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-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3) Updates `org.apache.maven.plugins:maven-site-plugin` from 4.0.0-M12 to 4.0.0-M13 - [Commits](apache/maven-site-plugin@maven-site-plugin-4.0.0-M12...maven-site-plugin-4.0.0-M13) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6783d1 commit 6709895

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.2.2</version>
101+
<version>3.2.3</version>
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-jar-plugin</artifactId>
@@ -118,7 +118,7 @@
118118
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
119119
<plugin>
120120
<artifactId>maven-site-plugin</artifactId>
121-
<version>4.0.0-M12</version>
121+
<version>4.0.0-M13</version>
122122
</plugin>
123123
<plugin>
124124
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158-
<version>3.6.2</version>
158+
<version>3.6.3</version>
159159
<executions>
160160
<execution>
161161
<id>attach-javadocs</id>
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-surefire-plugin</artifactId>
195-
<version>3.2.2</version>
195+
<version>3.2.3</version>
196196
<dependencies>
197197
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
198198
<dependency>

0 commit comments

Comments
 (0)