Skip to content

Commit

Permalink
Merge pull request #758 from apache/dependabot/maven/1.11.x/org.apach…
Browse files Browse the repository at this point in the history
…e.maven.plugins-maven-assembly-plugin-3.5.0

Bump maven-assembly-plugin from 3.4.2 to 3.5.0
  • Loading branch information
lprimak authored Feb 24, 2023
2 parents 7bbef50 + 1c2deac commit 20599cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
Expand Down
2 changes: 1 addition & 1 deletion tools/hasher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/cli.assembly.xml</descriptor>
Expand Down

0 comments on commit 20599cc

Please sign in to comment.