Skip to content

Commit 160a7c3

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group across 1 directory with 4 updates
Bumps the maven-build-plugins group with 4 updates in the / directory: [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), [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-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.5.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-site-plugin` from 3.20.0 to 3.21.0 - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](apache/maven-site-plugin@maven-site-plugin-3.20.0...maven-site-plugin-3.21.0) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.7.0 to 3.8.0 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.7.0...maven-project-info-reports-plugin-3.8.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.1 to 3.11.1 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1) --- 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-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58c93b3 commit 160a7c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</plugin>
7575
<plugin>
7676
<artifactId>maven-surefire-plugin</artifactId>
77-
<version>3.5.0</version>
77+
<version>3.5.2</version>
7878
</plugin>
7979
<plugin>
8080
<artifactId>maven-jar-plugin</artifactId>
@@ -94,11 +94,11 @@
9494
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
9595
<plugin>
9696
<artifactId>maven-site-plugin</artifactId>
97-
<version>3.20.0</version>
97+
<version>3.21.0</version>
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-project-info-reports-plugin</artifactId>
101-
<version>3.7.0</version>
101+
<version>3.8.0</version>
102102
</plugin>
103103
</plugins>
104104
</pluginManagement>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-javadoc-plugin</artifactId>
132-
<version>3.10.1</version>
132+
<version>3.11.1</version>
133133
<executions>
134134
<execution>
135135
<id>attach-javadocs</id>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-surefire-plugin</artifactId>
148-
<version>3.5.0</version>
148+
<version>3.5.2</version>
149149
<dependencies>
150150
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
151151
<dependency>

0 commit comments

Comments
 (0)