Skip to content

Commit a92d996

Browse files
Bump the maven-plugins group across 1 directory with 6 updates
Bumps the maven-plugins group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.4.0` | `3.4.1` | | [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) | `3.8.0` | `3.9.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` | | [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.3` | `3.1.4` | | [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.3` | `3.1.4` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.2` | `2.44.3` | Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases) - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.8.0...maven-project-info-reports-plugin-3.9.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.3...maven-install-plugin-3.1.4) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.2 to 2.44.3 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.2...maven/2.44.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-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-plugins - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a24642 commit a92d996

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
@@ -180,7 +180,7 @@
180180
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
181181
<plugin>
182182
<artifactId>maven-clean-plugin</artifactId>
183-
<version>3.4.0</version>
183+
<version>3.4.1</version>
184184
</plugin>
185185
<plugin>
186186
<artifactId>maven-site-plugin</artifactId>
@@ -191,7 +191,7 @@
191191
</plugin>
192192
<plugin>
193193
<artifactId>maven-project-info-reports-plugin</artifactId>
194-
<version>3.8.0</version>
194+
<version>3.9.0</version>
195195
</plugin>
196196
<!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_maven-plugin_packaging -->
197197
<plugin>
@@ -200,7 +200,7 @@
200200
</plugin>
201201
<plugin>
202202
<artifactId>maven-compiler-plugin</artifactId>
203-
<version>3.13.0</version>
203+
<version>3.14.0</version>
204204
</plugin>
205205
<plugin>
206206
<artifactId>maven-plugin-plugin</artifactId>
@@ -216,11 +216,11 @@
216216
</plugin>
217217
<plugin>
218218
<artifactId>maven-install-plugin</artifactId>
219-
<version>3.1.3</version>
219+
<version>3.1.4</version>
220220
</plugin>
221221
<plugin>
222222
<artifactId>maven-deploy-plugin</artifactId>
223-
<version>3.1.3</version>
223+
<version>3.1.4</version>
224224
</plugin>
225225
<plugin>
226226
<artifactId>maven-invoker-plugin</artifactId>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>com.diffplug.spotless</groupId>
231231
<artifactId>spotless-maven-plugin</artifactId>
232-
<version>2.44.2</version>
232+
<version>2.44.3</version>
233233
<configuration>
234234
<pom>
235235
<sortPom>

0 commit comments

Comments
 (0)