From 9f04b139856dfe53906094764b56a6ea76022ae0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:12:12 +0200 Subject: [PATCH] chore(deps): update dependency org.jetbrains:annotations to v26.0.1 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 94d3e49..bf6c595 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ projectConfiguration { dependencies { // annotations - implementation("org.jetbrains:annotations:26.0.0") + implementation("org.jetbrains:annotations:26.0.1") // bitfield api("org.apache.commons:commons-lang3:3.17.0")