Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
deps: update dependency com.google.protobuf:protobuf-java-util to v3.…
Browse files Browse the repository at this point in the history
…12.4 (#211)

* deps: update dependency com.google.protobuf:protobuf-java-util to v3.12.4

* chore: fix sample snippet tags

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
renovate-bot and chingor13 committed Aug 6, 2020
1 parent 82149fa commit 80a28da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/install-without-bom/pom.xml
Expand Up @@ -23,22 +23,22 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- {x-version-update-start:google-cloud-monitoring:released} -->
<dependencies>
<!-- {x-version-update-start:google-cloud-monitoring:released} -->
<!-- [START monitoring_install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>1.100.2-SNAPSHOT</version>
</dependency>
<!-- [END monitoring_install_without_bom] -->
<!-- {x-version-update-end} -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.12.2</version>
<version>3.12.4</version>
</dependency>
</dependencies>
<!-- {x-version-update-end} -->

<!-- compile and run all snippet tests -->
<build>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.12.2</version>
<version>3.12.4</version>
</dependency>

<dependency>
Expand Down
6 changes: 4 additions & 2 deletions samples/snippets/pom.xml
Expand Up @@ -42,11 +42,11 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
</dependency>
<!-- [END monitoring_install_with_bom] -->
<!-- [START_EXCLUDE] -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.12.2</version>
<version>3.12.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -60,5 +60,7 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!-- [END_EXCLUDE] -->
</dependencies>
<!-- [END monitoring_install_with_bom] -->
</project>

0 comments on commit 80a28da

Please sign in to comment.