From 565f00e954256ec73aa8e516d9efbc54eadebb24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:53:03 +0300 Subject: [PATCH] chore(deps): update dependency org.jetbrains:annotations to v26 (#1944) Co-authored-by: akuleshov7 Co-authored-by: orchestr7 --- 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 c4eb2eaea..3629131f5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ kotlinx-cli = "0.3.6" gradle-shadow = "8.1.1" # copied from save-cloud -jetbrains-annotations = "25.0.0" +jetbrains-annotations = "26.0.1" kotlinx-coroutines = "1.8.0" assertj = "3.25.3" diktat = "2.0.0"