From 96a2ef0acea0e2aa1a3fa84e9bc150b852267c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:03:58 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v26 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0fbf187..03d75b2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("junit:junit:4.13.2") implementation("com.github.javaparser:javaparser-core:3.25.1") api("com.google.code.findbugs:jsr305:3.0.2") - api("org.jetbrains:annotations:24.0.1") + api("org.jetbrains:annotations:26.0.2-1") val asmVer = "9.4" implementation("org.ow2.asm:asm:$asmVer")