Skip to content

Commit 25b75a1

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 fe4f297 commit 25b75a1

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
@@ -109,7 +109,7 @@
109109
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
110110
<plugin>
111111
<artifactId>maven-clean-plugin</artifactId>
112-
<version>3.3.2</version>
112+
<version>3.4.0</version>
113113
</plugin>
114114
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
115115
<plugin>
@@ -129,7 +129,7 @@
129129
</plugin>
130130
<plugin>
131131
<artifactId>maven-jar-plugin</artifactId>
132-
<version>3.4.1</version>
132+
<version>3.4.2</version>
133133
<configuration>
134134
<skipIfEmpty>true</skipIfEmpty>
135135
</configuration>

0 commit comments

Comments
 (0)