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'