Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-logging-…
Browse files Browse the repository at this point in the history
…logback to v0.127.2-alpha (#812)

* chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.127.2-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>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Aug 1, 2022
1 parent 3777e47 commit 7d5f8ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.127.0-alpha</version>
<version>0.127.2-alpha</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-logging-logback:0.127.0-alpha'
implementation 'com.google.cloud:google-cloud-logging-logback:0.127.2-alpha'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.2-alpha"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.125.2-alpha</version>
<version>0.127.2-alpha</version>
</dependency>
<!-- [END logging-logback_install_without_bom] -->

Expand Down

0 comments on commit 7d5f8ae

Please sign in to comment.