Skip to content

Commit 995072f

Browse files
Bump the maven-plugins group across 1 directory with 5 updates
Bumps the maven-plugins group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.14.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.46.1` | `3.0.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.3` | `3.12.0` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.9.0` | Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.1 to 3.0.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.1...lib/3.0.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.3 to 3.12.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.9.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebda57b commit 995072f

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
@@ -216,15 +216,15 @@
216216
</plugin>
217217
<plugin>
218218
<artifactId>maven-compiler-plugin</artifactId>
219-
<version>3.14.0</version>
219+
<version>3.14.1</version>
220220
</plugin>
221221
<plugin>
222222
<artifactId>maven-plugin-plugin</artifactId>
223223
<version>${maven-plugin-plugin.version}</version>
224224
</plugin>
225225
<plugin>
226226
<artifactId>maven-surefire-plugin</artifactId>
227-
<version>3.5.3</version>
227+
<version>3.5.4</version>
228228
</plugin>
229229
<plugin>
230230
<artifactId>maven-jar-plugin</artifactId>
@@ -245,7 +245,7 @@
245245
<plugin>
246246
<groupId>com.diffplug.spotless</groupId>
247247
<artifactId>spotless-maven-plugin</artifactId>
248-
<version>2.46.1</version>
248+
<version>3.0.0</version>
249249
<configuration>
250250
<pom>
251251
<sortPom>
@@ -282,7 +282,7 @@
282282
<plugin>
283283
<groupId>org.apache.maven.plugins</groupId>
284284
<artifactId>maven-javadoc-plugin</artifactId>
285-
<version>3.11.3</version>
285+
<version>3.12.0</version>
286286
<executions>
287287
<execution>
288288
<id>attach-javadocs</id>
@@ -328,7 +328,7 @@
328328
<plugin>
329329
<groupId>org.sonatype.central</groupId>
330330
<artifactId>central-publishing-maven-plugin</artifactId>
331-
<version>0.8.0</version>
331+
<version>0.9.0</version>
332332
<extensions>true</extensions>
333333
<configuration>
334334
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)