Skip to content

Commit

Permalink
Merge pull request #78 from patheloper/dependabot/maven/trunk/org.apa…
Browse files Browse the repository at this point in the history
…che.maven.plugins-maven-shade-plugin-3.6.0

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.6.0
  • Loading branch information
GodCipher committed Jun 13, 2024
2 parents b10a38b + f57ab33 commit 9d169e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pathetic-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pathetic-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pathetic-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
<configuration>
<relocations>
<relocation>
Expand Down

0 comments on commit 9d169e8

Please sign in to comment.