Skip to content

Commit 49d90ab

Browse files
chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.2.0 (#1298) (#661)
Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com> Source-Link: googleapis/synthtool@0226158 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:56de8d416e8e4daf5fa7c081ec7895c7b279a0b14e8ff8fe6bd2935124faeb68 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com>
1 parent 2345b6d commit 49d90ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:9669c169d0582f13d6b2d319a43a78fc49f296a883aa48519bd0e5c7d34087c4
3+
digest: sha256:56de8d416e8e4daf5fa7c081ec7895c7b279a0b14e8ff8fe6bd2935124faeb68

README.md

Lines changed: 3 additions & 3 deletions
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.122.9-alpha</version>
25+
<version>0.123.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.122.9-alpha'
32+
implementation 'com.google.cloud:google-cloud-logging-logback:0.123.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.122.9-alpha"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.123.0-alpha"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)