File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/install-without-bom Expand file tree Collapse file tree 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:
4343<dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud-logging</artifactId >
46- <version >3.11.7 </version >
46+ <version >3.11.8 </version >
4747</dependency >
4848
4949```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
5858If you are using Gradle without BOM, add this to your dependencies:
5959
6060``` Groovy
61- implementation 'com.google.cloud:google-cloud-logging:3.11.7 '
61+ implementation 'com.google.cloud:google-cloud-logging:3.11.8 '
6262```
6363
6464If you are using SBT, add this to your dependencies:
6565
6666``` Scala
67- libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.11.7 "
67+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.11.8 "
6868```
6969
7070## Authentication
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-logging</artifactId >
31- <version >3.11.7 </version >
31+ <version >3.11.8 </version >
3232 </dependency >
3333 <!-- [END logging_install_without_bom] -->
3434
You can’t perform that action at this time.
0 commit comments