diff --git a/graph/build.gradle.kts b/graph/build.gradle.kts index 47878a412..3c76e5ada 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.