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

Commit 80a28da

Browse files
deps: update dependency com.google.protobuf:protobuf-java-util to v3.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>
1 parent 82149fa commit 80a28da

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

samples/install-without-bom/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
<!-- {x-version-update-start:google-cloud-monitoring:released} -->
2726
<dependencies>
27+
<!-- {x-version-update-start:google-cloud-monitoring:released} -->
2828
<!-- [START monitoring_install_without_bom] -->
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-monitoring</artifactId>
3232
<version>1.100.2-SNAPSHOT</version>
3333
</dependency>
3434
<!-- [END monitoring_install_without_bom] -->
35+
<!-- {x-version-update-end} -->
3536
<dependency>
3637
<groupId>com.google.protobuf</groupId>
3738
<artifactId>protobuf-java-util</artifactId>
38-
<version>3.12.2</version>
39+
<version>3.12.4</version>
3940
</dependency>
4041
</dependencies>
41-
<!-- {x-version-update-end} -->
4242

4343
<!-- compile and run all snippet tests -->
4444
<build>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.google.protobuf</groupId>
3535
<artifactId>protobuf-java-util</artifactId>
36-
<version>3.12.2</version>
36+
<version>3.12.4</version>
3737
</dependency>
3838

3939
<dependency>

samples/snippets/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-monitoring</artifactId>
4444
</dependency>
45-
<!-- [END monitoring_install_with_bom] -->
45+
<!-- [START_EXCLUDE] -->
4646
<dependency>
4747
<groupId>com.google.protobuf</groupId>
4848
<artifactId>protobuf-java-util</artifactId>
49-
<version>3.12.2</version>
49+
<version>3.12.4</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>
@@ -60,5 +60,7 @@
6060
<version>1.0.1</version>
6161
<scope>test</scope>
6262
</dependency>
63+
<!-- [END_EXCLUDE] -->
6364
</dependencies>
65+
<!-- [END monitoring_install_with_bom] -->
6466
</project>

0 commit comments

Comments
 (0)