From d6384d533cb8ed532373eaf38d197b09bdf6f078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 02:08:04 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 24.1.0 to 26.0.2-1 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.2-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/24.1.0...26.0.2-1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 1b135d5..fb500b0 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -31,7 +31,7 @@ dependencies { compileOnly 'org.apache.logging.log4j:log4j-core:2.23.1' compileOnly 'net.luckperms:api:5.4' - implementation 'org.jetbrains:annotations:24.1.0' + implementation 'org.jetbrains:annotations:26.0.2-1' implementation 'com.google.code.gson:gson:2.11.0' }