Skip to content

Commit 50caab4

Browse files
dependabot[bot]stscoundrel
authored andcommitted
Bump the maven-dependencies group across 1 directory with 6 updates
Bumps the maven-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [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.1` | `3.7.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.5.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-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.7.0` | `3.10.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.5` | 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.1 to 3.7.0 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.1...maven-project-info-reports-plugin-3.7.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.5.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-javadoc-plugin` from 3.7.0 to 3.10.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.10.0) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f5231f commit 50caab4

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
@@ -60,11 +60,11 @@
6060
</plugin>
6161
<plugin>
6262
<artifactId>maven-site-plugin</artifactId>
63-
<version>3.12.1</version>
63+
<version>3.20.0</version>
6464
</plugin>
6565
<plugin>
6666
<artifactId>maven-project-info-reports-plugin</artifactId>
67-
<version>3.6.1</version>
67+
<version>3.7.0</version>
6868
</plugin>
6969
<plugin>
7070
<artifactId>maven-resources-plugin</artifactId>
@@ -76,15 +76,15 @@
7676
</plugin>
7777
<plugin>
7878
<artifactId>maven-surefire-plugin</artifactId>
79-
<version>3.3.0</version>
79+
<version>3.5.0</version>
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-jar-plugin</artifactId>
8383
<version>3.4.2</version>
8484
</plugin>
8585
<plugin>
8686
<artifactId>maven-install-plugin</artifactId>
87-
<version>3.1.2</version>
87+
<version>3.1.3</version>
8888
</plugin>
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-javadoc-plugin</artifactId>
105-
<version>3.7.0</version>
105+
<version>3.10.0</version>
106106
<executions>
107107
<execution>
108108
<id>attach-javadocs</id>
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-gpg-plugin</artifactId>
118-
<version>3.2.4</version>
118+
<version>3.2.5</version>
119119
<executions>
120120
<execution>
121121
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)