@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919 <dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >libraries-bom</artifactId >
22- <version >26.52 .0</version >
22+ <version >26.53 .0</version >
2323 <type >pom</type >
2424 <scope >import</scope >
2525 </dependency >
@@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4343<dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud-logging</artifactId >
46- <version >3.20.7 </version >
46+ <version >3.21.1 </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.21.1 '
61+ implementation 'com.google.cloud:google-cloud-logging:3.21.2 '
6262```
6363
6464If you are using SBT, add this to your dependencies:
6565
6666``` Scala
67- libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.21.1 "
67+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.21.2 "
6868```
6969
7070## Authentication
@@ -463,7 +463,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
463463[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
464464[ stability-image ] : https://img.shields.io/badge/stability-stable-green
465465[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
466- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.21.1
466+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.21.2
467467[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
468468[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
469469[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments