From a48851db5885196e7099666ec43ca39d477e21d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:45:48 +0000 Subject: [PATCH] deps: bump org.jetbrains:annotations from 26.0.1 to 26.0.2 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [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/26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 4 ++-- fabric/build.gradle | 2 +- paper/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index ef2f695f..6fdb26e8 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -19,7 +19,7 @@ dependencies { compileOnly 'net.william278.uniform:uniform-common:1.3' compileOnly 'com.mojang:brigadier:1.1.8' compileOnly 'org.projectlombok:lombok:1.18.36' - compileOnly 'org.jetbrains:annotations:26.0.1' + compileOnly 'org.jetbrains:annotations:26.0.2' compileOnly 'net.kyori:adventure-api:4.18.0' compileOnly 'net.kyori:adventure-platform-api:4.3.4' compileOnly 'com.google.guava:guava:33.4.0-jre' @@ -36,7 +36,7 @@ dependencies { testImplementation 'com.google.guava:guava:33.4.0-jre' testImplementation 'com.github.plan-player-analytics:Plan:5.5.2272' testCompileOnly 'de.exlll:configlib-yaml:4.5.0' - testCompileOnly 'org.jetbrains:annotations:26.0.1' + testCompileOnly 'org.jetbrains:annotations:26.0.2' annotationProcessor 'org.projectlombok:lombok:1.18.36' } \ No newline at end of file diff --git a/fabric/build.gradle b/fabric/build.gradle index 03bd5924..1a19687c 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation include("org.postgresql:postgresql:$postgres_driver_version") implementation include("org.xerial.snappy:snappy-java:$snappy_version") - compileOnly 'org.jetbrains:annotations:26.0.1' + compileOnly 'org.jetbrains:annotations:26.0.2' compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'org.projectlombok:lombok:1.18.36' diff --git a/paper/build.gradle b/paper/build.gradle index b735cd54..3d3ecac5 100644 --- a/paper/build.gradle +++ b/paper/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'net.william278.uniform:uniform-paper:1.3' compileOnly "io.papermc.paper:paper-api:${bukkit_paper_api}" - compileOnly 'org.jetbrains:annotations:26.0.1' + compileOnly 'org.jetbrains:annotations:26.0.2' compileOnly 'org.projectlombok:lombok:1.18.36' annotationProcessor 'org.projectlombok:lombok:1.18.36'