Skip to content

Commit

Permalink
chore(deps): bump maven-shade-plugin from 3.2.4 to 3.3.0 (#412)
Browse files Browse the repository at this point in the history
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2022
1 parent a475ff2 commit 90c8f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<scala.version>2.13.6</scala.version>
<scala.binary.version>2.13.6</scala.binary.version>
<version.log4j>2.17.2</version.log4j>
<plugin.version.shade>3.2.4</plugin.version.shade>
<plugin.version.shade>3.3.0</plugin.version.shade>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
<project.build.resourceEncoding>${encoding}</project.build.resourceEncoding>
Expand Down

0 comments on commit 90c8f12

Please sign in to comment.