From db1404f21620499a6d3a57c208fefbdb33a9ae85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:23:28 +1300 Subject: [PATCH] Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#7202) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/25.0.0...26.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b43cebb4ef0..d52f6670ca3 100644 --- a/build.gradle +++ b/build.gradle @@ -254,7 +254,7 @@ dependencies { // Use if you're working from your local PCGen Formula //implementation files("../pcgen-formula/PCGen-formula/build/libs/PCgen-formula-1.0.jar") - compileOnly group: 'org.jetbrains', name: 'annotations', version:'25.0.0' + compileOnly group: 'org.jetbrains', name: 'annotations', version:'26.0.0' compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6'