Skip to content

Commit

Permalink
Merge pull request #126 from camunda-community-hub/dependabot/maven/o…
Browse files Browse the repository at this point in the history
…rg.apache.maven.plugins-maven-shade-plugin-3.5.1

chore(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1
  • Loading branch information
VonDerBeck authored Oct 7, 2023
2 parents 0401eab + 6cc7f0c commit 7b6595b
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 @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</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 @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 7b6595b

Please sign in to comment.