From 51260a0f8af88072f17a8034c21295f2c87ae343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 12:06:35 +0000 Subject: [PATCH] Bump annotations from 20.1.0 to 23.0.0 Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 23.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/20.1.0...23.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bukkit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/build.gradle.kts b/bukkit/build.gradle.kts index 1779e85..66ed98a 100644 --- a/bukkit/build.gradle.kts +++ b/bukkit/build.gradle.kts @@ -17,7 +17,7 @@ version = if (System.getenv("CI") != null) { dependencies { compileOnly("com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT") compileOnly("commons-io:commons-io:2.8.0") - compileOnly("org.jetbrains:annotations:20.1.0") + compileOnly("org.jetbrains:annotations:23.0.0") } val tokens = mapOf("VERSION" to project.version)