From 0df98579b262c44792efcdac2afbf62044f9ff22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:03:25 +0000 Subject: [PATCH] Bump annotations from 21.0.1 to 24.0.0 Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 24.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/21.0.1...24.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a98a2fe699..9c64a3970ab 100644 --- a/build.gradle +++ b/build.gradle @@ -186,7 +186,7 @@ dependencies { implementation group: 'net.sourceforge.pcgen', name: 'PCGen-base', version:'1.0.170' implementation group: 'net.sourceforge.pcgen', name: 'PCGen-Formula', version:'1.0.200' - compileOnly group: 'org.jetbrains', name: 'annotations', version:'21.0.1' + compileOnly group: 'org.jetbrains', name: 'annotations', version:'24.0.0' compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.2.3'