Skip to content

Commit

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

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1
  • Loading branch information
tr7zw authored Oct 22, 2023
2 parents fb38478 + 256abbc commit a8a81ee
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.0</version>
<version>3.5.1</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.0</version>
<version>3.5.1</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<relocations>
Expand Down

0 comments on commit a8a81ee

Please sign in to comment.