Skip to content

Commit

Permalink
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
Browse files Browse the repository at this point in the history
…onfig to v1.5.0 (#1915)

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.0

* build: compiler-release-8 profile comes from shared config

Co-authored-by: Tomo Suzuki <suztomo@google.com>
  • Loading branch information
renovate-bot and suztomo committed Jun 21, 2022
1 parent eef4e92 commit be9872e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion google-cloud-spanner-bom/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<name>Google Cloud Spanner BOM</name>
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<developers>
Expand Down Expand Up @@ -223,18 +223,4 @@
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<!-- JDK 9+ has the "release" option to ensure the generated bytecode is
compatible with Java 8. -->
<id>compiler-release-8</id>
<activation>
<jdk>[9,]</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
</profiles>
</project>

0 comments on commit be9872e

Please sign in to comment.