From ed4801a481823c46a1d801a547387edb536c0c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:42:23 +0000 Subject: [PATCH] chore(deps): Update dependency org.jetbrains:annotations to v25 --- 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 6a7ac5e..8d2ee46 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ goomph = "4.0.1" gradlePluginPublish = "1.2.1" immutables = "2.10.1" indra = "3.1.3" -jetbrainsAnnotations = "24.1.0" +jetbrainsAnnotations = "25.0.0" jgit = "6.10.0.+" junit = "5.11.0" kotlin = "1.9.25"