Skip to content

Commit

Permalink
build(deps): Add SpotBug Annotations
Browse files Browse the repository at this point in the history
In preparation for possible future
enola-dev#716.
  • Loading branch information
vorburger committed Jun 22, 2024
1 parent 283a1e6 commit 23f5e0b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
19 changes: 17 additions & 2 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 23f5e0b

Please sign in to comment.