Skip to content

Commit 37e2efb

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-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). 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-site-plugin` from 4.0.0-M15 to 4.0.0-M16 - [Commits](apache/maven-site-plugin@maven-site-plugin-4.0.0-M15...maven-site-plugin-4.0.0-M16) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.7.0 to 3.8.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.8.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-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-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 abe5707 commit 37e2efb

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
@@ -98,7 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.3.1</version>
101+
<version>3.4.0</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-M15</version>
121+
<version>4.0.0-M16</version>
122122
</plugin>
123123
<plugin>
124124
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-javadoc-plugin</artifactId>
155-
<version>3.7.0</version>
155+
<version>3.8.0</version>
156156
<executions>
157157
<execution>
158158
<id>attach-javadocs</id>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-gpg-plugin</artifactId>
171-
<version>3.2.4</version>
171+
<version>3.2.5</version>
172172
<executions>
173173
<execution>
174174
<id>sign-artifacts</id>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-surefire-plugin</artifactId>
191-
<version>3.3.1</version>
191+
<version>3.4.0</version>
192192
<dependencies>
193193
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
194194
<dependency>
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-gpg-plugin</artifactId>
211-
<version>3.2.4</version>
211+
<version>3.2.5</version>
212212
<executions>
213213
<execution>
214214
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)