Skip to content

Commit 30b4a7e

Browse files
1 parent c38b414 commit 30b4a7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
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.131.1-alpha</version>
26+
<version>0.131.2-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.131.1-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.2-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.131.1-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.131.2-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.131.1-alpha
302+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.2-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

0 commit comments

Comments
 (0)