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
…0.3 (#825)

[![Mend 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.10.2` -> `3.10.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.10.3/compatibility-slim/3.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-logging/3.10.3/confidence-slim/3.10.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-logging</summary>

### [`v3.10.3`](https://togithub.com/googleapis/java-logging/blob/HEAD/CHANGELOG.md#&#8203;3103-httpsgithubcomgoogleapisjava-loggingcomparev3102v3103-2022-08-19)

[Compare Source](https://togithub.com/googleapis/java-logging/compare/v3.10.2...v3.10.3)

##### Bug Fixes

-   Add explicit RunWith annotations on all tests ([#&#8203;1004](https://togithub.com/googleapis/java-logging/issues/1004)) ([342157f](https://togithub.com/googleapis/java-logging/commit/342157fc0b5819e50a7c53ddb03f6016042272a3))
-   Apply fixes from Google error-prone ([#&#8203;1010](https://togithub.com/googleapis/java-logging/issues/1010)) ([2d57d78](https://togithub.com/googleapis/java-logging/commit/2d57d7886f4281e779c8a1dd54aa056c5a8be46a))
-   Correct the JSON time field name ([#&#8203;1020](https://togithub.com/googleapis/java-logging/issues/1020)) ([8c9a218](https://togithub.com/googleapis/java-logging/commit/8c9a2184bc5f5a697345d9dc1f2afc9b8fd759b7))
-   Fix flakiness in JSON test ([#&#8203;1006](https://togithub.com/googleapis/java-logging/issues/1006)) ([cafafe4](https://togithub.com/googleapis/java-logging/commit/cafafe44531001254e014da07211cc6694df97cc))
-   Fix some typos ([#&#8203;1008](https://togithub.com/googleapis/java-logging/issues/1008)) ([5666ee0](https://togithub.com/googleapis/java-logging/commit/5666ee0dea87bba9eda9d48afee8924a074db6dd))
-   Make LoggingHandler.logEntryFor extensible ([#&#8203;1021](https://togithub.com/googleapis/java-logging/issues/1021)) ([79baac6](https://togithub.com/googleapis/java-logging/commit/79baac68a60cca699088723864bf2de23fca0580))
-   Replace Date with LocalDateTime ([#&#8203;1012](https://togithub.com/googleapis/java-logging/issues/1012)) ([765dd89](https://togithub.com/googleapis/java-logging/commit/765dd895df201966e7dea5851e29638dde115ce2))
-   Supress unchecked conversion warnings ([#&#8203;1014](https://togithub.com/googleapis/java-logging/issues/1014)) ([a93ee23](https://togithub.com/googleapis/java-logging/commit/a93ee233112b28f21d9cc1ed724638455ece4dc0))
-   Update the stub to avoid the deprecated \*Map method ([#&#8203;1002](https://togithub.com/googleapis/java-logging/issues/1002)) ([49bf5b4](https://togithub.com/googleapis/java-logging/commit/49bf5b41c354089ad213ff1ce5d3f42aa3d1d02e))

##### Dependencies

-   update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#&#8203;1016](https://togithub.com/googleapis/java-logging/issues/1016)) ([e5f0b55](https://togithub.com/googleapis/java-logging/commit/e5f0b55acdcfb12e79a69eb213c60e237c9e630a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging-logback).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2My4wIn0=-->
  • Loading branch information
renovate-bot committed Aug 19, 2022
1 parent d104fc8 commit d4affdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -17,7 +17,7 @@
<logback.version>1.2.11</logback.version>
<easymock.version>4.3</easymock.version>
<truth.version>1.1.3</truth.version>
<logging.version>3.10.2</logging.version>
<logging.version>3.10.3</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 d4affdd

Please sign in to comment.