Browse Source

build(deps): bump maven-shade-plugin from 2.4.3 to 3.3.0 (#1640)

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.4.3 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-2.4.3...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-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1639/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
93abc8c0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apt-test-generator/pom.xml
  2. 2
      benchmark/pom.xml
  3. 2
      example-github/pom.xml
  4. 2
      example-wikipedia/pom.xml

2
apt-test-generator/pom.xml

@ -95,7 +95,7 @@ @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>

2
benchmark/pom.xml

@ -134,7 +134,7 @@ @@ -134,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.2</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>

2
example-github/pom.xml

@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>

2
example-wikipedia/pom.xml

@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>

Loading…
Cancel
Save