@@ -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 >26.52 .0</version >
22
+ <version >26.53 .0</version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
@@ -43,7 +43,7 @@ If you are using Maven without the 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.20.7 </version >
46
+ <version >3.21.1 </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.21.1 '
61
+ implementation 'com.google.cloud:google-cloud-logging:3.21.2 '
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.21.1 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.21.2 "
68
68
```
69
69
70
70
## Authentication
@@ -463,7 +463,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
463
463
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
464
464
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
465
465
[ 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
467
467
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
468
468
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
469
469
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments