Skip to content

Commit 65931a1

Browse files
build(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 (#813)
build(deps): bump org.apache.maven.plugins:maven-assembly-plugin Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 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 1f2911a commit 65931a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
</plugin>
456456
<plugin>
457457
<artifactId>maven-assembly-plugin</artifactId>
458-
<version>3.7.1</version>
458+
<version>3.8.0</version>
459459
<configuration>
460460
<descriptorRefs>
461461
<descriptorRef>jar-with-dependencies</descriptorRef>

spark-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</plugin>
102102
<plugin>
103103
<artifactId>maven-assembly-plugin</artifactId>
104-
<version>3.7.1</version>
104+
<version>3.8.0</version>
105105
<executions>
106106
<execution>
107107
<id>bin</id>

0 commit comments

Comments
 (0)