File tree 2 files changed +4
-4
lines changed
samples/install-without-bom
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
43
43
<dependency >
44
44
<groupId >com.google.cloud</groupId >
45
45
<artifactId >google-cloud-logging</artifactId >
46
- <version >3.11.5 </version >
46
+ <version >3.11.6 </version >
47
47
</dependency >
48
48
49
49
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
58
58
If you are using Gradle without BOM, add this to your dependencies:
59
59
60
60
``` Groovy
61
- implementation 'com.google.cloud:google-cloud-logging:3.11.5 '
61
+ implementation 'com.google.cloud:google-cloud-logging:3.11.6 '
62
62
```
63
63
64
64
If you are using SBT, add this to your dependencies:
65
65
66
66
``` Scala
67
- libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.11.5 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.11.6 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-logging</artifactId >
31
- <version >3.11.5 </version >
31
+ <version >3.11.6 </version >
32
32
</dependency >
33
33
<!-- [END logging_install_without_bom] -->
34
34
You can’t perform that action at this time.
0 commit comments