This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
24
</properties >
25
25
26
- <!-- {x-version-update-start:google-cloud-monitoring:released} -->
27
26
<dependencies >
27
+ <!-- {x-version-update-start:google-cloud-monitoring:released} -->
28
28
<!-- [START monitoring_install_without_bom] -->
29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-monitoring</artifactId >
32
32
<version >1.100.2-SNAPSHOT</version >
33
33
</dependency >
34
34
<!-- [END monitoring_install_without_bom] -->
35
+ <!-- {x-version-update-end} -->
35
36
<dependency >
36
37
<groupId >com.google.protobuf</groupId >
37
38
<artifactId >protobuf-java-util</artifactId >
38
- <version >3.12.2 </version >
39
+ <version >3.12.4 </version >
39
40
</dependency >
40
41
</dependencies >
41
- <!-- {x-version-update-end} -->
42
42
43
43
<!-- compile and run all snippet tests -->
44
44
<build >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.google.protobuf</groupId >
35
35
<artifactId >protobuf-java-util</artifactId >
36
- <version >3.12.2 </version >
36
+ <version >3.12.4 </version >
37
37
</dependency >
38
38
39
39
<dependency >
Original file line number Diff line number Diff line change 42
42
<groupId >com.google.cloud</groupId >
43
43
<artifactId >google-cloud-monitoring</artifactId >
44
44
</dependency >
45
- <!-- [END monitoring_install_with_bom ] -->
45
+ <!-- [START_EXCLUDE ] -->
46
46
<dependency >
47
47
<groupId >com.google.protobuf</groupId >
48
48
<artifactId >protobuf-java-util</artifactId >
49
- <version >3.12.2 </version >
49
+ <version >3.12.4 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >junit</groupId >
60
60
<version >1.0.1</version >
61
61
<scope >test</scope >
62
62
</dependency >
63
+ <!-- [END_EXCLUDE] -->
63
64
</dependencies >
65
+ <!-- [END monitoring_install_with_bom] -->
64
66
</project >
You can’t perform that action at this time.
0 commit comments