From 77d90ab1f13d79e055473af1794ca7d3b8a60250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:27:47 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v24.0.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 38b8d05..0f4ffc0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ subprojects { } dependencies { - compileOnlyApi("org.jetbrains:annotations:24.0.0") + compileOnlyApi("org.jetbrains:annotations:24.0.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") }