aboutsummaryrefslogtreecommitdiff
path: root/jgvariant-parent
diff options
context:
space:
mode:
authorMarge Bot <marge@benkard.de>2024-10-01 05:15:18 +0000
committerMarge Bot <marge@benkard.de>2024-10-01 05:15:18 +0000
commit7cb39a83e88838b385e2701a27b5996ea57e11df (patch)
treef957c79add5ea5791d2d2008c188b3a6d5edcb36 /jgvariant-parent
parent0800d89e5134d34dff65429378233e954d5f9746 (diff)
parentca48a235891e6709929f52126b2194011d533faf (diff)
Update dependency org.jetbrains:annotations to v25 (mulk/jgvariant!30)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | compile | major | `24.1.0` -> `25.0.0` | --- ### Release Notes <details> <summary>JetBrains/java-annotations</summary> ### [`v25.0.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2500) [Compare Source](https://github.com/JetBrains/java-annotations/compare/24.1.0...25.0.0) - Added Kotlin Multiplatform artifact (multiplatform-annotations). - Removed Java 5 artifact. </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-->
Diffstat (limited to 'jgvariant-parent')
-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 cbdf3d9..093c7f1 100644
--- a/jgvariant-parent/pom.xml
+++ b/jgvariant-parent/pom.xml
@@ -74,7 +74,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<apiguardian.version>1.1.2</apiguardian.version>
<errorprone.version>2.33.0</errorprone.version>
<inject-resources.version>0.3.5</inject-resources.version>
- <jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
+ <jetbrains-annotations.version>25.0.0</jetbrains-annotations.version>
<jqwik.version>1.9.1</jqwik.version>
<jspecify.version>1.0.0</jspecify.version>
<junit-jupiter.version>5.11.1</junit-jupiter.version>