Skip to content

Commit

Permalink
Merge pull request #211 from camunda-community-hub/renovate/org.apach…
Browse files Browse the repository at this point in the history
…e.maven.plugins-maven-shade-plugin-3.x

chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.3
  • Loading branch information
VonDerBeck authored Apr 24, 2024
2 parents e9b8c8c + 7f969d4 commit 9d313cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion extension-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 9d313cc

Please sign in to comment.