@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >libraries-bom</artifactId >
22
- <version >23 .0.0</version >
22
+ <version >24 .0.0</version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
@@ -42,28 +42,28 @@ If you are using Maven without BOM, add this to your dependencies:
42
42
<dependency >
43
43
<groupId >com.google.cloud</groupId >
44
44
<artifactId >google-cloud-monitoring</artifactId >
45
- <version >3.0.5 -SNAPSHOT</version >
45
+ <version >3.1.1 -SNAPSHOT</version >
46
46
</dependency >
47
47
48
48
```
49
49
50
50
If you are using Gradle 5.x or later, add this to your dependencies
51
51
52
52
``` Groovy
53
- implementation platform('com.google.cloud:libraries-bom:23.1 .0')
53
+ implementation platform('com.google.cloud:libraries-bom:24.0 .0')
54
54
55
55
implementation 'com.google.cloud:google-cloud-monitoring'
56
56
```
57
57
If you are using Gradle without BOM, add this to your dependencies
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-monitoring:3.0.7 '
60
+ implementation 'com.google.cloud:google-cloud-monitoring:3.1.0 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.0.7 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.1.0 "
67
67
```
68
68
69
69
## Authentication
@@ -215,7 +215,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
215
215
Java is a registered trademark of Oracle and/or its affiliates.
216
216
217
217
[ product-docs ] : https://cloud.google.com/monitoring/docs
218
- [ javadocs ] : https://googleapis.dev /java/google-cloud-monitoring/latest/
218
+ [ javadocs ] : https://cloud.google.com /java/docs/reference/ google-cloud-monitoring/latest/history
219
219
[ kokoro-badge-image-1 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-monitoring/java7.svg
220
220
[ kokoro-badge-link-1 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-monitoring/java7.html
221
221
[ kokoro-badge-image-2 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-monitoring/java8.svg
0 commit comments