From 2fedc4af4f447342fa581f4957371040389af5e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:32:41 +0000 Subject: [PATCH] chore(deps): update dependency org.jetbrains:annotations to v26.0.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6ee1a6d..c4563e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,8 +46,8 @@ subprojects { dependencies { // annotations - compileOnly("org.jetbrains:annotations:26.0.0") - testCompileOnly("org.jetbrains:annotations:26.0.0") + compileOnly("org.jetbrains:annotations:26.0.1") + testCompileOnly("org.jetbrains:annotations:26.0.1") // tests testImplementation(platform("org.junit:junit-bom:5.11.2"))