From 5289dae5aa365d0def3a56c504d8189cb9976163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:19:06 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations to v24 --- .../main/groovy/ethelred-games.java-common-conventions.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/src/main/groovy/ethelred-games.java-common-conventions.gradle b/build-logic/src/main/groovy/ethelred-games.java-common-conventions.gradle index a6cac2e3..75f97644 100644 --- a/build-logic/src/main/groovy/ethelred-games.java-common-conventions.gradle +++ b/build-logic/src/main/groovy/ethelred-games.java-common-conventions.gradle @@ -13,7 +13,7 @@ dependencies { implementation libs.log4j.api runtimeOnly libs.bundles.log4j.runtime - implementation 'org.jetbrains:annotations:23.1.0' + implementation 'org.jetbrains:annotations:24.0.0' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.2' testImplementation 'org.codehaus.groovy:groovy-all:3.0.14'