From 9f29298977f061c558f7eaeeff3e65b1e9faa59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:07:39 +0300 Subject: [PATCH] chore(deps): update dependency org.jetbrains:annotations to v25 (#1942) Co-authored-by: renovate[bot] <29139614+renovate[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 8ca4104c7..5299cd386 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 = "24.1.0" +jetbrains-annotations = "25.0.0" kotlinx-coroutines = "1.8.0" assertj = "3.25.3" diktat = "2.0.0"