Skip to content

Commit

Permalink
build: revert maven-shade-plugin to v3.2.4 (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Apr 19, 2024
1 parent ed6f938 commit 20909cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-nio/pom.xml
Expand Up @@ -111,7 +111,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- MSHADE-419: 3.3.0 Shade plugin causes pom to be created without compile dependencies -->
<version>3.5.2</version>
<version>3.2.4</version>
<dependencies>
<!-- MSHADE-419: 3.3.0
Shade plugin specified old asm which fails builds with classes under META-INF/versions/*
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Expand Up @@ -93,7 +93,7 @@
"packagePatterns": [
"^org.apache.maven.plugins:maven-shade-plugin"
],
"allowedVersions": "(,3.3.0),(3.4.0,)"
"allowedVersions": "(,3.3.0),(3.4.0,),(3.5.0,)"
}
],
"semanticCommits": true,
Expand Down

0 comments on commit 20909cc

Please sign in to comment.