Skip to content

Commit f360405

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-logging-logback to v0.131.5-alpha (#1308)
[![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-logback](https://togithub.com/googleapis/java-logging-logback) | `0.131.4-alpha` -> `0.131.5-alpha` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-logging-logback/0.131.5-alpha?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-logging-logback/0.131.5-alpha?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-logging-logback/0.131.4-alpha/0.131.5-alpha?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-logging-logback/0.131.4-alpha/0.131.5-alpha?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-logging-logback (com.google.cloud:google-cloud-logging-logback)</summary> ### [`v0.131.5-alpha`](https://togithub.com/googleapis/java-logging-logback/blob/HEAD/CHANGELOG.md#01315-alpha-2024-04-26) [Compare Source](https://togithub.com/googleapis/java-logging-logback/compare/v0.131.4-alpha...v0.131.5-alpha) ##### Dependencies - Update actions/checkout action to v4 ([#&#8203;1301](https://togithub.com/googleapis/java-logging-logback/issues/1301)) ([614fc8f](https://togithub.com/googleapis/java-logging-logback/commit/614fc8fd1e9358652af91ada9ad49b809ac671c0)) - Update actions/github-script action to v7 ([#&#8203;1299](https://togithub.com/googleapis/java-logging-logback/issues/1299)) ([80d6f4c](https://togithub.com/googleapis/java-logging-logback/commit/80d6f4c2157be25e0270f6e0d7d6bf4e1f571818)) - Update actions/setup-java action to v4 ([#&#8203;1302](https://togithub.com/googleapis/java-logging-logback/issues/1302)) ([06b124a](https://togithub.com/googleapis/java-logging-logback/commit/06b124a45c61fb150ca928d698466a5a7d4678d3)) - Update dependency com.google.cloud:google-cloud-logging to v3.17.0 ([#&#8203;1303](https://togithub.com/googleapis/java-logging-logback/issues/1303)) ([7131e07](https://togithub.com/googleapis/java-logging-logback/commit/7131e07ee3eaef7379b1ddb33fadb9f5d89222de)) - Update dependency com.google.cloud:sdk-platform-java-config to v3.29.0 ([#&#8203;1304](https://togithub.com/googleapis/java-logging-logback/issues/1304)) ([2e87cf9](https://togithub.com/googleapis/java-logging-logback/commit/2e87cf91b170e79731a8318a51bc07f9b2df0d30)) </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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-logging-logback). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent e5107c0 commit f360405

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-logging-logback</artifactId>
26-
<version>0.131.4-alpha</version>
26+
<version>0.131.5-alpha</version>
2727
</dependency>
2828
```
2929

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

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.4-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.131.5-alpha'
3434
```
3535

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

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.131.4-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.131.5-alpha"
4040
```
4141
<!-- {x-version-update-end} -->
4242

@@ -299,7 +299,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
299299
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging-logback/java11.html
300300
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
301301
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging-logback.svg
302-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.4-alpha
302+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging-logback/0.131.5-alpha
303303
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
304304
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
305305
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-logging-logback</artifactId>
32-
<version>0.131.4-alpha</version>
32+
<version>0.131.5-alpha</version>
3333
</dependency>
3434
<!-- [END logging-logback_install_without_bom] -->
3535

0 commit comments

Comments
 (0)