From 4a7e54800dedd6c15817348f4bcd0a51c488c15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 04:54:57 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 26.0.0 to 26.0.1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.0 to 26.0.1. - [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/26.0.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8ed954e6a84..0132f053328 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:'26.0.0' + compileOnly group: 'org.jetbrains', name: 'annotations', version:'26.0.1' compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6'