Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-logging to v3.1…
Browse files Browse the repository at this point in the history
…4.0 (#968)

* deps: update dependency com.google.cloud:google-cloud-logging to v3.14.0

* 🦉 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] committed Jan 5, 2023
1 parent f81e3eb commit 6d41f9a
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.129.7-alpha</version>
<version>0.129.8-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.129.7-alpha'
implementation 'com.google.cloud:google-cloud-logging-logback:0.129.8-alpha'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.129.7-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.129.8-alpha"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<logback.version>1.2.11</logback.version>
<easymock.version>5.1.0</easymock.version>
<truth.version>1.1.3</truth.version>
<logging.version>3.13.7</logging.version>
<logging.version>3.14.0</logging.version>
<slf4j.version>1.7.36</slf4j.version>
<google.api-common.version>1.10.1</google.api-common.version>
</properties>
Expand Down

0 comments on commit 6d41f9a

Please sign in to comment.