Skip to content

Commit 1fb13a1

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-logging to v3.14.7 (#1312)
* chore(deps): update dependency com.google.cloud:google-cloud-logging to v3.14.7 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent cf3ea0c commit 1fb13a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.14.6</version>
46+
<version>3.14.7</version>
4747
</dependency>
4848

4949
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-logging:3.14.6'
61+
implementation 'com.google.cloud:google-cloud-logging:3.14.7'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.14.6"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.14.7"
6868
```
6969
<!-- {x-version-update-end} -->
7070

@@ -451,7 +451,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
451451
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
452452
[stability-image]: https://img.shields.io/badge/stability-stable-green
453453
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
454-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.14.6
454+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.14.7
455455
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
456456
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
457457
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging</artifactId>
31-
<version>3.14.6</version>
31+
<version>3.14.7</version>
3232
</dependency>
3333
<!-- [END logging_install_without_bom] -->
3434

0 commit comments

Comments
 (0)