Skip to content

Commit

Permalink
build(deps): bump org.apache.maven.plugins:maven-shade-plugin
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.4.3 to 3.5.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-2.4.3...maven-shade-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent a33c30e commit b823f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/graph/jung/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@
<maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>
<maven.javadoc.plugin.version>3.4.1</maven.javadoc.plugin.version>
<maven.pax.plugin.version>1.6.0</maven.pax.plugin.version>
<maven.shade.plugin.version>3.3.0</maven.shade.plugin.version>
<maven.shade.plugin.version>3.5.0</maven.shade.plugin.version>
<antlr.version>2.7.7</antlr.version>
<sass.maven.plugin.version>1.1.2-ONMS-20131018-1</sass.maven.plugin.version>

Expand Down

0 comments on commit b823f80

Please sign in to comment.