Skip to content

Commit d2a125a

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-logging to v3.7.0 (#886)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-logging](https://togithub.com/googleapis/java-logging) | `3.6.4` -> `3.7.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.7.0/compatibility-slim/3.6.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.7.0/confidence-slim/3.6.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-logging</summary> ### [`v3.7.0`](https://togithub.com/googleapis/java-logging/blob/HEAD/CHANGELOG.md#&#8203;370-httpsgithubcomgoogleapisjava-loggingcomparev364v370-2022-02-28) [Compare Source](https://togithub.com/googleapis/java-logging/compare/v3.6.4...v3.7.0) ##### Features - KMS configuration in settings ([#&#8203;877](https://togithub.com/googleapis/java-logging/issues/877)) ([27c199b](https://togithub.com/googleapis/java-logging/commit/27c199ba91b8423934788cbd6cb8e449dfc7b115)) - Update Logging API with latest changes ([27c199b](https://togithub.com/googleapis/java-logging/commit/27c199ba91b8423934788cbd6cb8e449dfc7b115)) ##### Bug Fixes - **deps:** set gson via java-shared-deps ([#&#8203;878](https://togithub.com/googleapis/java-logging/issues/878)) ([5c97fea](https://togithub.com/googleapis/java-logging/commit/5c97feadf1d4fd80618cdcee19e02e4cbabfb1ea)) ##### [3.6.4](https://togithub.com/googleapis/java-logging/compare/v3.6.3...v3.6.4) (2022-02-15) ##### Dependencies - update dependency com.google.code.gson:gson to v2.9.0 ([#&#8203;868](https://togithub.com/googleapis/java-logging/issues/868)) ([f3d6f3f](https://togithub.com/googleapis/java-logging/commit/f3d6f3f0d29d1b56f8c8fd191b4b946bc31f6e10)) ##### [3.6.3](https://togithub.com/googleapis/java-logging/compare/v3.6.2...v3.6.3) (2022-02-11) ##### Dependencies - update actions/github-script action to v6 ([#&#8203;865](https://togithub.com/googleapis/java-logging/issues/865)) ([2d05dc8](https://togithub.com/googleapis/java-logging/commit/2d05dc81b3b56ae6b5205c26719bfd3985c5b9d7)) ##### [3.6.2](https://togithub.com/googleapis/java-logging/compare/v3.6.1...v3.6.2) (2022-02-03) ##### Dependencies - **java:** update actions/github-script action to v5 ([#&#8203;1339](https://togithub.com/googleapis/java-logging/issues/1339)) ([#&#8203;851](https://togithub.com/googleapis/java-logging/issues/851)) ([7a5ee11](https://togithub.com/googleapis/java-logging/commit/7a5ee11ab17aaa36c688e1c631a4c9a65eae6352)) - update actions/github-script action to v5 ([#&#8203;849](https://togithub.com/googleapis/java-logging/issues/849)) ([286728a](https://togithub.com/googleapis/java-logging/commit/286728a941b34a67e3dccb119d6d2c13830e5c38)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#&#8203;852](https://togithub.com/googleapis/java-logging/issues/852)) ([eb2eef5](https://togithub.com/googleapis/java-logging/commit/eb2eef553ee6e9f9880f06fd6185e90367063d86)) ##### [3.6.1](https://togithub.com/googleapis/java-logging/compare/v3.6.0...v3.6.1) (2022-01-18) ##### Bug Fixes - use initialized logging option in constructor ([#&#8203;843](https://togithub.com/googleapis/java-logging/issues/843)) ([99fb678](https://togithub.com/googleapis/java-logging/commit/99fb6782f2a37be569309cc37591ce7b9c86092b)) ##### Dependencies - update dependency org.easymock:easymock to v4 ([#&#8203;830](https://togithub.com/googleapis/java-logging/issues/830)) ([21c2436](https://togithub.com/googleapis/java-logging/commit/21c243619e3b00891a0ff828e0f3e087b6e17d4b)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
1 parent 3226281 commit d2a125a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-logging</artifactId>
46-
<version>3.6.4</version>
46+
<version>3.7.0</version>
4747
</dependency>
4848

4949
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
5858
If you are using Gradle without BOM, add this to your dependencies
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-logging:3.6.4'
61+
implementation 'com.google.cloud:google-cloud-logging:3.7.0'
6262
```
6363

6464
If you are using SBT, add this to your dependencies
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.6.4"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.7.0"
6868
```
6969

7070
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging</artifactId>
31-
<version>3.6.4</version>
31+
<version>3.7.0</version>
3232
</dependency>
3333
<!-- [END logging_install_without_bom] -->
3434

0 commit comments

Comments
 (0)