From 46ec1e26135221aea47b9697e8c20eb3ccb997c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:16:21 +0000 Subject: [PATCH] fix(deps): update annotations to v23.1.0 --- 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 80b6677..b224327 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ nexusPublish = "1.1.0" # general lombok = "1.18.24" -annotations = "23.0.0" +annotations = "23.1.0" # json mappers gson = "2.10.1"