Skip to content

Commit cd05164

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.125.0-alpha (#772)
* chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.125.0-alpha * 🦉 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 a8d37b2 commit cd05164

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-logging-logback</artifactId>
25-
<version>0.123.12-alpha</version>
25+
<version>0.125.0-alpha</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-logging-logback:0.123.12-alpha'
32+
implementation 'com.google.cloud:google-cloud-logging-logback:0.125.0-alpha'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.123.12-alpha"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.125.0-alpha"
3939
```
4040

4141
## Authentication

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-logging-logback</artifactId>
32-
<version>0.123.12-alpha</version>
32+
<version>0.125.0-alpha</version>
3333
</dependency>
3434
<!-- [END logging-logback_install_without_bom] -->
3535

0 commit comments

Comments
 (0)