Skip to content

Commit c57db43

Browse files
authored
deps: update dependency com.google.errorprone:error_prone_core to v2.23.0 (#1213)
[![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.22.0` -> `2.23.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_core/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.errorprone:error_prone_core/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.errorprone:error_prone_core/2.22.0/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.errorprone:error_prone_core/2.22.0/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/error-prone (com.google.errorprone:error_prone_core)</summary> ### [`v2.23.0`](https://togithub.com/google/error-prone/releases/tag/v2.23.0): Error Prone 2.23.0 [Compare Source](https://togithub.com/google/error-prone/compare/v2.22.0...v2.23.0) New checks: - [`DuplicateDateFormatField`](https://errorprone.info/bugpattern/DuplicateDateFormatField) - [`NonFinalStaticField`](https://errorprone.info/bugpattern/NonFinalStaticField) - [`StringCharset`](https://errorprone.info/bugpattern/StringCharset) - [`StringFormatWithLiteral`](https://errorprone.info/bugpattern/StringFormatWithLiteral) - [`SuperEqualsIsObjectEquals`](https://errorprone.info/bugpattern/SuperEqualsIsObjectEquals) Bug fixes and improvements: [#&#8203;3897](https://togithub.com/google/error-prone/issues/3897), [#&#8203;4114](https://togithub.com/google/error-prone/issues/4114), [#&#8203;4123](https://togithub.com/google/error-prone/issues/4123) Full Changelog: https://togithub.com/google/error-prone/compare/v2.22.0...v2.23.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://developer.mend.io/github/googleapis/java-datastore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 2fb94ae commit c57db43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<github.global.server>github</github.global.server>
144144
<site.installationModule>google-cloud-datastore-parent</site.installationModule>
145145
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
146-
<error-prone.version>2.22.0</error-prone.version>
146+
<error-prone.version>2.23.0</error-prone.version>
147147
</properties>
148148

149149
<dependencyManagement>

0 commit comments

Comments
 (0)