Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies to v3.13.1 (#1223)

* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.1

* chore: override asm version for shade plugin

---------

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
  • Loading branch information
renovate-bot and BenWhitehead committed Jul 24, 2023
1 parent 35d9e13 commit 7f5921d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions google-cloud-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,23 @@
<artifactId>maven-shade-plugin</artifactId>
<!-- MSHADE-419: 3.3.0 Shade plugin causes pom to be created without compile dependencies -->
<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/*
Manually override the version of ASM to be a newer one.
https://github.com/apache/maven-shade-plugin/commit/57edc03162557d052deec762d6b87f1a4c24d653
-->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.5</version>
</dependency>
</dependencies>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<relocations>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 7f5921d

Please sign in to comment.