From 22dfa9dcfaf093f93edcddcd8986fb6b5e2cffc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:40:10 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.1 to 24.1.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/24.0.1...24.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- plugin/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d0103453..fed1617d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ allprojects { implementation("com.github.cryptomorin:XSeries:9.8.0") { isTransitive = false } // Other dependencies that are not required or already available at runtime - compileOnly("org.jetbrains:annotations:24.0.1") + compileOnly("org.jetbrains:annotations:24.1.0") compileOnly("org.projectlombok:lombok:1.18.26") // Enable lombok annotation processing diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 8bf0a682..7ebeae91 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation("io.papermc:paperlib:1.0.8") // Other dependencies that are not required or already available at runtime - compileOnly("org.jetbrains:annotations:24.0.1") + compileOnly("org.jetbrains:annotations:24.1.0") compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") // Include all the nms sub-modules