Skip to content

Commit

Permalink
deps: update dependency com.google.googlejavaformat:google-java-forma…
Browse files Browse the repository at this point in the history
…t to v1.14.0 (#446)

[![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.googlejavaformat:google-java-format](https://github.com/google/google-java-format) | `1.13.0` -> `1.14.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.14.0/compatibility-slim/1.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.14.0/confidence-slim/1.13.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>google/google-java-format</summary>

### [`v1.14.0`](https://github.com/google/google-java-format/releases/v1.14.0)

[Compare Source](https://github.com/google/google-java-format/compare/v1.13.0...v1.14.0)

#### What's Changed

-   Handle modifiers that start with `non-` ([#&#8203;696](https://github.com/google/google-java-format/issues/696))
-   Treat single-character upper case identifiers as UpperCamelCase, to improve formatting of Android `R` classes ([`16e72a1`](https://github.com/google/google-java-format/commit/16e72a1a9bbf182fac6686807e54bc846a9543ed))
-   Don't format javadoc without a summary fragment as a single-line  ([`668f108`](https://github.com/google/google-java-format/commit/668f108de438db15158d33ed1a386bdbab3b4d09))

**Full Changelog**: google/google-java-format@v1.13.0...v1.14.0

</details>

---

### Configuration

📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-conformance-tests).
  • Loading branch information
renovate-bot authored Feb 11, 2022
1 parent 08b4fd6 commit e13c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit e13c6f9

Please sign in to comment.