Skip to content

Commit 1ef1a61

Browse files
dependabot[bot]ObserverOfTime
authored andcommitted
build: bump the maven group with 3 updates
Bumps the maven group with 3 updates: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless), [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) and [io.github.mavenplugins:central-publishing-maven-plugin](https://github.com/mavenplugins/central-publishing-maven-plugin). 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 `io.github.mavenplugins:central-publishing-maven-plugin` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/mavenplugins/central-publishing-maven-plugin/releases) - [Commits](mavenplugins/central-publishing-maven-plugin@v1.1.0...v1.1.1) --- updated-dependencies: - 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 - 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 - dependency-name: io.github.mavenplugins:central-publishing-maven-plugin dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f16a8e commit 1ef1a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>com.diffplug.spotless</groupId>
156156
<artifactId>spotless-maven-plugin</artifactId>
157-
<version>2.46.1</version>
157+
<version>3.0.0</version>
158158
<executions>
159159
<execution>
160160
<id>format-sources</id>
@@ -213,7 +213,7 @@
213213
</plugin>
214214
<plugin>
215215
<artifactId>maven-javadoc-plugin</artifactId>
216-
<version>3.11.3</version>
216+
<version>3.12.0</version>
217217
<executions>
218218
<execution>
219219
<goals>
@@ -281,7 +281,7 @@
281281
<plugin>
282282
<groupId>io.github.mavenplugins</groupId>
283283
<artifactId>central-publishing-maven-plugin</artifactId>
284-
<version>1.1.0</version>
284+
<version>1.1.1</version>
285285
<executions>
286286
<execution>
287287
<phase>deploy</phase>

0 commit comments

Comments
 (0)