From 3924a6e8098e7542b5d696fde444cc18b0c99e42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:39:58 +0000 Subject: [PATCH] Update dependency org.jetbrains:annotations from 25.0.0 to 26.0.0 (major v26) --- graph/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/build.gradle.kts b/graph/build.gradle.kts index 80ccc0fae..c3c60a2de 100644 --- a/graph/build.gradle.kts +++ b/graph/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { // implementation("org.graphstream:gs-core:2.0") // implementation("org.graphstream:gs-ui-swing:2.0") implementation("com.google.code.gson:gson:2.11.0") - implementation("org.jetbrains:annotations:25.0.0") + implementation("org.jetbrains:annotations:26.0.0") "webjars"("org.webjars.npm:d3:7.9.0") { // Avoid pulling in all small modules, using the merged .js file instead.