Skip to content

Commit

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

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3
  • Loading branch information
tr7zw authored Apr 23, 2024
2 parents 0329901 + eabf0a9 commit c723eef
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 @@ -23,7 +23,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</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 @@ -39,7 +39,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<relocations>
Expand Down

0 comments on commit c723eef

Please sign in to comment.