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 e833654ad main: Update dependency org.testcontainers:testcontainers-bom to v1.21.0 (#1437) e833654ad is described below commit e833654ada56b2024b0728b4a0d97e44f9487ef3 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Thu Apr 24 09:02:02 2025 +0100 main: Update dependency org.testcontainers:testcontainers-bom to v1.21.0 (#1437) --- 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 e0c2e4cad..60ad6a680 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -92,7 +92,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.3" } 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.6" } +testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.0" } threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" } [plugins]