commit | 60e248de53b6cda3d22f6af25457924ac9428552 | [log] [tgz] |
---|---|---|
author | Marge Bot <marge@benkard.de> | Wed Nov 20 18:35:15 2024 +0000 |
committer | Marge Bot <marge@benkard.de> | Wed Nov 20 18:35:15 2024 +0000 |
tree | c56513e2476f36e396accfe0d5c31dbbcaac0d51 | |
parent | d64d8a37bb0eb9d5abec7a86ce337d04a0bad2a3 [diff] | |
parent | 5744ba4bb01162c11a021f37dbd342b7ab54383f [diff] |
Update dependency org.jetbrains:annotations to v26 (mulk/jgvariant!31) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | compile | major | `25.0.0` -> `26.0.1` | --- ### Release Notes <details> <summary>JetBrains/java-annotations</summary> ### [`v26.0.1`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2601) [Compare Source](https://github.com/JetBrains/java-annotations/compare/26.0.0...26.0.1) - Fixed sources.jar build (regression after 25.0.0) ### [`v26.0.0`](https://github.com/JetBrains/java-annotations/blob/HEAD/CHANGELOG.md#Version-2600) [Compare Source](https://github.com/JetBrains/java-annotations/compare/25.0.0...26.0.0) - Added new experimental annotation: `@NotNullByDefault` </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-->
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml index 03c95cb..f6c2e4c 100644 --- a/jgvariant-parent/pom.xml +++ b/jgvariant-parent/pom.xml
@@ -74,7 +74,7 @@ <apiguardian.version>1.1.2</apiguardian.version> <errorprone.version>2.35.1</errorprone.version> <inject-resources.version>0.3.5</inject-resources.version> - <jetbrains-annotations.version>25.0.0</jetbrains-annotations.version> + <jetbrains-annotations.version>26.0.1</jetbrains-annotations.version> <jqwik.version>1.9.1</jqwik.version> <jspecify.version>1.0.0</jspecify.version> <junit-jupiter.version>5.11.3</junit-jupiter.version>