Skip to content

Commit

Permalink
Merge pull request #278 from tr7zw/dependabot/maven/org.apache.maven.…
Browse files Browse the repository at this point in the history
…plugins-maven-shade-plugin-3.6.0

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0
  • Loading branch information
tr7zw authored Jun 8, 2024
2 parents 153c728 + 1f149db commit 633433d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion item-nbt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
Expand Down
2 changes: 1 addition & 1 deletion item-nbt-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<relocations>
Expand Down

0 comments on commit 633433d

Please sign in to comment.