Skip to content

Commit 1707653

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 5 updates
Bumps the maven-build-plugins group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.2` | `3.1.3` | | [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.2` | `3.1.3` | | [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) | `3.12.1` | `3.20.0` | | [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) | `3.6.2` | `3.7.0` | Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-site-plugin` from 3.12.1 to 3.20.0 - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](apache/maven-site-plugin@maven-site-plugin-3.12.1...maven-site-plugin-3.20.0) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.2 to 3.7.0 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-deploy-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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa6d7cd commit 1707653

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 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.3.1</version>
77+
<version>3.4.0</version>
7878
</plugin>
7979
<plugin>
8080
<artifactId>maven-jar-plugin</artifactId>
@@ -85,20 +85,20 @@
8585
</plugin>
8686
<plugin>
8787
<artifactId>maven-install-plugin</artifactId>
88-
<version>3.1.2</version>
88+
<version>3.1.3</version>
8989
</plugin>
9090
<plugin>
9191
<artifactId>maven-deploy-plugin</artifactId>
92-
<version>3.1.2</version>
92+
<version>3.1.3</version>
9393
</plugin>
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.12.1</version>
97+
<version>3.20.0</version>
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-project-info-reports-plugin</artifactId>
101-
<version>3.6.2</version>
101+
<version>3.7.0</version>
102102
</plugin>
103103
</plugins>
104104
</pluginManagement>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-surefire-plugin</artifactId>
148-
<version>3.3.1</version>
148+
<version>3.4.0</version>
149149
<dependencies>
150150
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
151151
<dependency>

0 commit comments

Comments
 (0)