From 6ca039022d66175b11aa966039e781b1f6fb65d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:05:04 +0000 Subject: [PATCH] Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#86) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ceb174..eba4384 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # libraries -annotations = "25.0.0" +annotations = "26.0.0" junit = "4.13.2" # plugins