From d466d6dc490802bb11cac3dbb14b27c6376830db Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 21 Jun 2024 23:21:22 +0200 Subject: [PATCH] build(deps): Add SpotBug Annotations In preparation for possible future https://github.com/enola-dev/enola/issues/716. --- WORKSPACE.bazel | 1 + maven_install.json | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 2a9bf64d2..6399d9805 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -148,6 +148,7 @@ maven_install( "com.squareup.okhttp3:logging-interceptor:4.12.0", "dev.dirs:directories:26", "io.github.amithkoujalgi:ollama4j:1.0.70", + "com.github.spotbugs:spotbugs-annotations:4.8.6", ], duplicate_version_warning = "error", excluded_artifacts = [ diff --git a/maven_install.json b/maven_install.json index 0f2191879..eceb9e494 100644 --- a/maven_install.json +++ b/maven_install.json @@ -1,7 +1,7 @@ { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 1716993481, - "__RESOLVED_ARTIFACTS_HASH": 1200926012, + "__INPUT_ARTIFACTS_HASH": -124746806, + "__RESOLVED_ARTIFACTS_HASH": -1622759427, "conflict_resolution": { "com.fasterxml.jackson.core:jackson-databind:2.13.5": "com.fasterxml.jackson.core:jackson-databind:2.17.1", "com.google.guava:failureaccess:1.0.1": "com.google.guava:failureaccess:1.0.2", @@ -72,6 +72,13 @@ }, "version": "0.13.6" }, + "com.github.spotbugs:spotbugs-annotations": { + "shasums": { + "jar": "4548b74a815ed44f5480ca4f06204a8b00809dc7e5f6a825a9edf18f40377b65", + "sources": "b5d0110b70b9c44915f2c3375d1b700acb6d409152baf70030787d17a684469b" + }, + "version": "4.8.6" + }, "com.google.android:annotations": { "shasums": { "jar": "ba734e1e84c09d615af6a09d33034b4f0442f8772dec120efb376d86a565ae15", @@ -938,6 +945,9 @@ "org.slf4j:jcl-over-slf4j", "org.slf4j:slf4j-api" ], + "com.github.spotbugs:spotbugs-annotations": [ + "com.google.code.findbugs:jsr305" + ], "com.google.api.grpc:proto-google-common-protos": [ "com.google.protobuf:protobuf-java" ], @@ -1472,6 +1482,9 @@ "com.github.jsonldjava.shaded.com.google.thirdparty.publicsuffix", "com.github.jsonldjava.utils" ], + "com.github.spotbugs:spotbugs-annotations": [ + "edu.umd.cs.findbugs.annotations" + ], "com.google.android:annotations": [ "android.annotation" ], @@ -2758,6 +2771,8 @@ "com.github.java-json-tools:uri-template:jar:sources", "com.github.jsonld-java:jsonld-java", "com.github.jsonld-java:jsonld-java:jar:sources", + "com.github.spotbugs:spotbugs-annotations", + "com.github.spotbugs:spotbugs-annotations:jar:sources", "com.google.android:annotations", "com.google.android:annotations:jar:sources", "com.google.api.grpc:proto-google-common-protos",