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

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>