Skip to content

Commit

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

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2
  • Loading branch information
tr7zw authored Feb 22, 2024
2 parents 330fb77 + 67557d5 commit 75c8575
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.1</version>
<version>3.5.2</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.1</version>
<version>3.5.2</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<relocations>
Expand Down

0 comments on commit 75c8575

Please sign in to comment.