Skip to content

Commit b666589

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 2 updates
Bumps the maven-build-plugins group with 2 updates: [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) and [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6094035 commit b666589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
8383
<plugin>
8484
<artifactId>maven-clean-plugin</artifactId>
85-
<version>3.3.2</version>
85+
<version>3.4.0</version>
8686
</plugin>
8787
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
8888
<plugin>
@@ -102,7 +102,7 @@
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-jar-plugin</artifactId>
105-
<version>3.4.1</version>
105+
<version>3.4.2</version>
106106
<configuration>
107107
<skipIfEmpty>true</skipIfEmpty>
108108
</configuration>

0 commit comments

Comments
 (0)