Skip to content

Commit c449635

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group across 1 directory with 3 updates
Bumps the maven-build-plugins group with 3 updates in the / directory: [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin), [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) and [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin). Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.0 to 3.6.1 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.0...maven-project-info-reports-plugin-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c238503 commit c449635

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
@@ -58,7 +58,7 @@
5858
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
5959
<plugin>
6060
<artifactId>maven-clean-plugin</artifactId>
61-
<version>3.3.2</version>
61+
<version>3.4.0</version>
6262
</plugin>
6363
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
6464
<plugin>
@@ -78,7 +78,7 @@
7878
</plugin>
7979
<plugin>
8080
<artifactId>maven-jar-plugin</artifactId>
81-
<version>3.4.1</version>
81+
<version>3.4.2</version>
8282
<configuration>
8383
<skipIfEmpty>true</skipIfEmpty>
8484
</configuration>
@@ -98,7 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-project-info-reports-plugin</artifactId>
101-
<version>3.6.0</version>
101+
<version>3.6.1</version>
102102
</plugin>
103103
</plugins>
104104
</pluginManagement>

0 commit comments

Comments
 (0)