From 772cd2002126d849c18335c75e2172a99f493ba2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:05:48 +0000 Subject: [PATCH] chore(deps): update dependency org.jetbrains:annotations to v26.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48f7915062..32edc5e09a 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ resolvers ++= Seq( ) val providedDependencies = Seq( - "org.jetbrains" % "annotations" % "26.0.1", + "org.jetbrains" % "annotations" % "26.0.2", "org.apache.commons" % "commons-lang3" % "3.17.0", "commons-codec" % "commons-codec" % "1.17.2", "org.spigotmc" % "spigot-api" % "1.18.2-R0.1-SNAPSHOT",