diff options
author | Matthias Benkard <code@mulk.eu> | 2023-01-11 17:17:48 +0000 |
---|---|---|
committer | Matthias Benkard <code@mulk.eu> | 2023-01-11 17:17:48 +0000 |
commit | 33c4d3c126f46dd72c87c779d676b1dc19addd52 (patch) | |
tree | d0a9b6c196557a94e7459e7853637d26a05050df | |
parent | af9cbb2f61b6aa702c443631a00aa8630252c186 (diff) | |
parent | e12be7ba54528c8cdd94addf1fdc98b87ac776a1 (diff) |
Update dependency org.jetbrains:annotations to v24 (mulk/jgvariant!21)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | compile | major | `23.1.0` -> `24.0.0` |
---
### Release Notes
<details>
<summary>JetBrains/java-annotations</summary>
### [`v24.0.0`](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.0)
[Compare Source](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about this update 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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml index c63579d..c5371cc 100644 --- a/jgvariant-parent/pom.xml +++ b/jgvariant-parent/pom.xml @@ -73,7 +73,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <error-prone-support.version>0.6.0</error-prone-support.version> <google-java-format.version>1.15.0</google-java-format.version> <inject-resources.version>0.3.2</inject-resources.version> - <jetbrains-annotations.version>23.1.0</jetbrains-annotations.version> + <jetbrains-annotations.version>24.0.0</jetbrains-annotations.version> <junit-jupiter.version>5.9.2</junit-jupiter.version> <nullaway.version>0.10.5</nullaway.version> <xz.version>1.9</xz.version> |