Skip to content

Commit 6d8c31e

Browse files
deps: update dependency com.google.cloud:google-cloud-logging to v3.15.13 (#1206)
* deps: update dependency com.google.cloud:google-cloud-logging to v3.15.13 * 🦉 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 f040b01 commit 6d8c31e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-logging-logback</artifactId>
26-
<version>0.130.25-alpha</version>
26+
<version>0.130.26-alpha</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-logging-logback:0.130.25-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.130.26-alpha'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.130.25-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.130.26-alpha"
4040
```
4141
<!-- {x-version-update-end} -->
4242

@@ -299,7 +299,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
299299
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging-logback/java11.html
300300
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
301301
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging-logback.svg
302-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.130.25-alpha
302+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.130.26-alpha
303303
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
304304
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
305305
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<logback.version>1.2.11</logback.version>
1818
<easymock.version>5.2.0</easymock.version>
1919
<truth.version>1.1.5</truth.version>
20-
<logging.version>3.15.12</logging.version>
20+
<logging.version>3.15.13</logging.version>
2121
<slf4j.version>1.7.36</slf4j.version>
2222
<google.api-common.version>1.10.1</google.api-common.version>
2323
</properties>

0 commit comments

Comments
 (0)