From 43a87d21c763fb54c1d186a09911cc90cdc91a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:33:06 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 25.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/24.1.0...25.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 84e728c..cc50f78 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -24,7 +24,7 @@ repositories { dependencies { compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT") compileOnly("net.thenextlvl.core:annotations:2.0.1") - compileOnly("org.jetbrains:annotations:24.1.0") + compileOnly("org.jetbrains:annotations:25.0.0") compileOnly("org.projectlombok:lombok:1.18.34") annotationProcessor("org.projectlombok:lombok:1.18.34") diff --git a/build.gradle.kts b/build.gradle.kts index a8378f8..f768e30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT") compileOnly("net.thenextlvl.core:annotations:2.0.1") compileOnly("net.thenextlvl.services:service-io:1.0.5") - compileOnly("org.jetbrains:annotations:24.1.0") + compileOnly("org.jetbrains:annotations:25.0.0") compileOnly("org.projectlombok:lombok:1.18.34") implementation("net.thenextlvl.core:files:1.0.5")