From c9b3b0886cd19682bd0fe509adbac5da5f778274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:03:46 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v24.1.0 --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 4b4c7a3..31807a5 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -5,7 +5,7 @@ repositories { dependencies { // gson api("com.google.code.gson:gson:2.10.1") - compileOnlyApi("org.jetbrains:annotations:24.0.1") + compileOnlyApi("org.jetbrains:annotations:24.1.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") }