From 64718505cf42c0dc02918ae621246098c1a0c8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 02:11:16 +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] --- bukkit/build.gradle | 2 +- bungee/build.gradle | 2 +- common/build.gradle | 2 +- velocity/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index d2b0ee6f..46d8492f 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -10,7 +10,7 @@ dependencies { compileOnly 'dev.dejvokep:boosted-yaml:1.3.1' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'me.clip:placeholderapi:2.11.5' - compileOnly 'org.jetbrains:annotations:24.0.1' + compileOnly 'org.jetbrains:annotations:24.1.0' } shadowJar { diff --git a/bungee/build.gradle b/bungee/build.gradle index 57230a54..9a10bf42 100644 --- a/bungee/build.gradle +++ b/bungee/build.gradle @@ -9,7 +9,7 @@ dependencies { compileOnly 'dev.dejvokep:boosted-yaml:1.3.1' compileOnly 'net.alpenblock:BungeePerms:4.0-dev-143' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' - compileOnly 'org.jetbrains:annotations:24.0.1' + compileOnly 'org.jetbrains:annotations:24.1.0' } shadowJar { diff --git a/common/build.gradle b/common/build.gradle index 32738f4b..c7f9f33f 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -14,7 +14,7 @@ dependencies { api 'net.william278:desertwell:2.0.4' api 'dev.vankka:mcdiscordreserializer:4.3.0' - compileOnly 'org.jetbrains:annotations:24.0.1' + compileOnly 'org.jetbrains:annotations:24.1.0' compileOnly 'net.william278:papiproxybridge:1.3' compileOnly 'net.kyori:adventure-api:4.14.0' compileOnly 'net.luckperms:api:5.4' diff --git a/velocity/build.gradle b/velocity/build.gradle index 3cc63395..6413f43e 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -7,7 +7,7 @@ dependencies { compileOnly 'commons-io:commons-io:2.15.0' compileOnly 'dev.dejvokep:boosted-yaml:1.3.1' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' - compileOnly 'org.jetbrains:annotations:24.0.1' + compileOnly 'org.jetbrains:annotations:24.1.0' } shadowJar {