This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 3ec9aa5d main: Update dependency org.testcontainers:testcontainers-bom
to v1.20.6 (#1110)
3ec9aa5d is described below
commit 3ec9aa5d515d697f4900da3c7578798811fb31a4
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Mar 5 10:08:52 2025 +0100
main: Update dependency org.testcontainers:testcontainers-bom to v1.20.6
(#1110)
---
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 c123736c..69a1516d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -93,7 +93,7 @@ spark35-sql-scala212 = { module =
"org.apache.spark:spark-sql_2.12", version.ref
spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations",
version = "4.9.2" }
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.5" }
+testcontainers-bom = { module = "org.testcontainers:testcontainers-bom",
version = "1.20.6" }
threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" }
[plugins]