Skip to content

Commit d49b323

Browse files
Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 (#360)
Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.1. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 430f988 commit d49b323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-assembly-plugin</artifactId>
271-
<version>3.6.0</version>
271+
<version>3.7.1</version>
272272
<configuration>
273273
<descriptors>
274274
<descriptor>src/main/assembly/runtime-jar-with-dependencies.xml</descriptor>
@@ -306,7 +306,7 @@
306306
<plugin>
307307
<groupId>org.apache.maven.plugins</groupId>
308308
<artifactId>maven-assembly-plugin</artifactId>
309-
<version>3.6.0</version>
309+
<version>3.7.1</version>
310310
<configuration>
311311
<descriptors>
312312
<descriptor>src/main/assembly/test-jar-with-dependencies.xml</descriptor>

0 commit comments

Comments
 (0)