From b09516f3dd364a0da5c90d3b40163f438009f998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:04:47 +0000 Subject: [PATCH] chore(deps): Update dependency org.jetbrains:annotations to v26.0.2-1 --- 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 2ca06e0..af0b0fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ indra = "3.1.3" junit = "5.11.4" [libraries] -jetbrainsAnnotations = "org.jetbrains:annotations:26.0.2" +jetbrainsAnnotations = "org.jetbrains:annotations:26.0.2-1" jspecify = { module = "org.jspecify:jspecify", version = "1.0.0"} junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" } junit-api = { module = "org.junit.jupiter:junit-jupiter-api" }