This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 529b1191 main: Update dependency
com.github.spotbugs:spotbugs-annotations to v4.8.6 (#641)
529b1191 is described below
commit 529b11911af060b9bd0f1d7e4754ba579d6664ff
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 10 10:05:12 2025 +0100
main: Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.6
(#641)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 58876fb2..72121292 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -71,7 +71,7 @@ prometheus-metrics-exporter-servlet-jakarta = { module =
"io.prometheus:promethe
s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers",
version = "3.11.0" }
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
smallrye-common-annotation = { module =
"io.smallrye.common:smallrye-common-annotation", version = "2.9.0" }
-spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations",
version = "4.8.5" }
+spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations",
version = "4.8.6" }
swagger-annotations = { module = "io.swagger:swagger-annotations", version.ref
= "swagger" }
swagger-jaxrs = { module = "io.swagger:swagger-jaxrs", version.ref = "swagger"
}
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom",
version = "1.20.3" }