This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
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.4.3 '
60
+ implementation 'com.google.cloud:google-cloud-monitoring:3.4.4 '
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.4.3 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-monitoring" % " 3.4.4 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >com.google.protobuf</groupId >
43
43
<artifactId >protobuf-java-util</artifactId >
44
- <version >3.21.5 </version >
44
+ <version >3.21.6 </version >
45
45
</dependency >
46
46
</dependencies >
47
47
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.google.protobuf</groupId >
41
41
<artifactId >protobuf-java-util</artifactId >
42
- <version >3.21.5 </version >
42
+ <version >3.21.6 </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments