From 7b856f3e6e3c24869b0479e42e8236009ebcc198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:58:45 +0000 Subject: [PATCH] chore(deps): update dependency org.jetbrains:annotations to v26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d9b138d12..7368666f6c 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ resolvers ++= Seq( ) val providedDependencies = Seq( - "org.jetbrains" % "annotations" % "24.1.0", + "org.jetbrains" % "annotations" % "26.0.1", "org.apache.commons" % "commons-lang3" % "3.17.0", "commons-codec" % "commons-codec" % "1.17.1", "org.spigotmc" % "spigot-api" % "1.18.2-R0.1-SNAPSHOT",