aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarge Bot <marge@benkard.de>2023-06-18 13:43:58 +0000
committerMarge Bot <marge@benkard.de>2023-06-18 13:43:58 +0000
commit36fe64b2853516f80f6f571397c10f3ab3e9474e (patch)
tree1e3ab9946d0cbe5dd5b5b3cb8e6e2b90a317a455
parent3f3fd5f3d3ba571ce2f751d72b592502a2fa1453 (diff)
parent43112b97bc5bb4f51a7a103053105fa56dd0c0d2 (diff)
Update all non-major dependencies to v2.20.0 (mulk/jgvariant!24)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.errorprone:error_prone_core](https://errorprone.info) ([source](https://github.com/google/error-prone)) | | minor | `2.19.1` -> `2.20.0` | | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://github.com/google/error-prone)) | compile | minor | `2.19.1` -> `2.20.0` | --- ### Release Notes <details> <summary>google/error-prone</summary> ### [`v2.20.0`](https://github.com/google/error-prone/releases/tag/v2.20.0): Error Prone 2.20.0 [Compare Source](https://github.com/google/error-prone/compare/v2.19.1...v2.20.0) Changes: - This release is compatible with early-access builds of JDK 21. New Checkers: - [`InlineTrivialConstant`](https://errorprone.info/bugpattern/InlineTrivialConstant) - [`UnnecessaryStringBuilder`](https://errorprone.info/bugpattern/UnnecessaryStringBuilder) - [`BanClassLoader`](https://errorprone.info/bugpattern/BanClassLoader) - [`DereferenceWithNullBranch`](https://errorprone.info/bugpattern/DereferenceWithNullBranch) - [`DoNotUseRuleChain`](https://errorprone.info/bugpattern/DoNotUseRuleChain) - [`LockOnNonEnclosingClassLiteral`](https://errorprone.info/bugpattern/LockOnNonEnclosingClassLiteral) - [`MissingRefasterAnnotation`](https://errorprone.info/bugpattern/MissingRefasterAnnotation) - [`NamedLikeContextualKeyword`](https://errorprone.info/bugpattern/NamedLikeContextualKeyword) - [`NonApiType`](https://errorprone.info/bugpattern/NonApiType) Fixes issues: [#&#8203;2232](https://github.com/google/error-prone/issues/2232), [#&#8203;2243](https://github.com/google/error-prone/issues/2243), [#&#8203;2997](https://github.com/google/error-prone/issues/2997), [#&#8203;3301](https://github.com/google/error-prone/issues/3301), [#&#8203;3843](https://github.com/google/error-prone/issues/3843), [#&#8203;3903](https://github.com/google/error-prone/issues/3903), [#&#8203;3918](https://github.com/google/error-prone/issues/3918), [#&#8203;3923](https://github.com/google/error-prone/issues/3923), [#&#8203;3931](https://github.com/google/error-prone/issues/3931), [#&#8203;3945](https://github.com/google/error-prone/issues/3945), [#&#8203;3946](https://github.com/google/error-prone/issues/3946) **Full Changelog**: https://github.com/google/error-prone/compare/v2.19.1...v2.20.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
-rw-r--r--jgvariant-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml
index 2f6cb75..905a564 100644
--- a/jgvariant-parent/pom.xml
+++ b/jgvariant-parent/pom.xml
@@ -69,7 +69,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<versions-plugin.version>2.16.0</versions-plugin.version>
<apiguardian.version>1.1.2</apiguardian.version>
- <errorprone.version>2.19.1</errorprone.version>
+ <errorprone.version>2.20.0</errorprone.version>
<google-java-format.version>1.15.0</google-java-format.version>
<inject-resources.version>0.3.3</inject-resources.version>
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version>