Skip to content

Commit

Permalink
deps: update dependency com.google.errorprone:error_prone_core to v2.…
Browse files Browse the repository at this point in the history
…19.1 (#1069)

[![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.errorprone:error_prone_core](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.18.0` -> `2.19.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/2.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/2.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/2.19.1/compatibility-slim/2.18.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_core/2.19.1/confidence-slim/2.18.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>google/error-prone</summary>

### [`v2.19.1`](https://togithub.com/google/error-prone/releases/tag/v2.19.1): Error Prone 2.19.1

This release fixes a binary compatibility issue when running on JDK 11, see [#&#8203;3895](https://togithub.com/google/error-prone/issues/3895)

**Full Changelog**: https://togithub.com/google/error-prone/compare/v2.19.0...v2.19.1

### [`v2.19.0`](https://togithub.com/google/error-prone/releases/tag/v2.19.0): Error Prone 2.19.0

New Checkers:

-   [`NotJavadoc`](https://errorprone.info/bugpattern/NotJavadoc)
-   [`StringCaseLocaleUsage`](https://errorprone.info/bugpattern/StringCaseLocaleUsage)
-   [`UnnecessaryTestMethodPrefix`](https://errorprone.info/bugpattern/UnnecessaryTestMethodPrefix)

Fixes issues:  [#&#8203;956](https://togithub.com/google/error-prone/issues/956), [#&#8203;3504](https://togithub.com/google/error-prone/issues/3504), [#&#8203;3654](https://togithub.com/google/error-prone/issues/3654), [#&#8203;3703](https://togithub.com/google/error-prone/issues/3703), [#&#8203;3731](https://togithub.com/google/error-prone/issues/3731), [#&#8203;3737](https://togithub.com/google/error-prone/issues/3737), [#&#8203;3760](https://togithub.com/google/error-prone/issues/3760), [#&#8203;3779](https://togithub.com/google/error-prone/issues/3779), [#&#8203;3796](https://togithub.com/google/error-prone/issues/3796), [#&#8203;3809](https://togithub.com/google/error-prone/issues/3809), [#&#8203;3813](https://togithub.com/google/error-prone/issues/3813)

**Full Changelog**: https://togithub.com/google/error-prone/compare/v2.18.0...v2.19.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-datastore).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
  • Loading branch information
renovate-bot committed May 11, 2023
1 parent 28217fd commit 2390016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-datastore:2.14.5'
implementation 'com.google.cloud:google-cloud-datastore:2.14.6'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.14.5"
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.14.6"
```
<!-- {x-version-update-end} -->

Expand Down Expand Up @@ -370,7 +370,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datastore/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.14.5
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.14.6
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-datastore-parent</site.installationModule>
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
<error-prone.version>2.18.0</error-prone.version>
<error-prone.version>2.19.1</error-prone.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2390016

Please sign in to comment.