Skip to content

Commit 5e174d6

Browse files
authored
deps: update dependency com.google.googlejavaformat:google-java-format to v1.16.0 (#5841)
[![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.googlejavaformat:google-java-format](https://togithub.com/google/google-java-format) | `1.15.0` -> `1.16.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.16.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.16.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.16.0/compatibility-slim/1.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.16.0/confidence-slim/1.15.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google/google-java-format</summary> ### [`v1.16.0`](https://togithub.com/google/google-java-format/releases/tag/v1.16.0) [Compare Source](https://togithub.com/google/google-java-format/compare/v1.15.0...v1.16.0) #### Changes - Format long exception lists one per line (https://togithub.com/google/google-java-format/commit/198fa4236724f0305f1d4fb9447ce0b48984746f) - Normalize parameter comments (https://togithub.com/google/google-java-format/commit/dda43216576c4cb84e2497424b9ca9246f2687e5) #### Bug fixes - Return a non-zero exit code on error ([#&#8203;848](https://togithub.com/google/google-java-format/issues/848)) - Formatter leaks threads and memory ([#&#8203;847](https://togithub.com/google/google-java-format/issues/847)) **Full Changelog**: https://togithub.com/google/google-java-format/compare/v1.15.0...v1.16.0 </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://app.renovatebot.com/dashboard#github/googleapis/java-cloud-bom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
1 parent dbc3e5c commit 5e174d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<dependency>
310310
<groupId>com.google.googlejavaformat</groupId>
311311
<artifactId>google-java-format</artifactId>
312-
<version>1.15.0</version>
312+
<version>1.16.0</version>
313313
</dependency>
314314
</dependencies>
315315
</plugin>

0 commit comments

Comments
 (0)