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 50767a04b main: Update dependency com.adobe.testing:s3mock-testcontainers to v4 (#1342) 50767a04b is described below commit 50767a04b0166c5df2aa26deb8a60c58b7078d61 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Wed Apr 9 09:03:47 2025 +0200 main: Update dependency com.adobe.testing:s3mock-testcontainers to v4 (#1342) --- 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 180b87fb6..6c653eb04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,7 +84,7 @@ prometheus-metrics-exporter-servlet-jakarta = { module = "io.prometheus:promethe quarkus-bom = { module = "io.quarkus.platform:quarkus-bom", version.ref = "quarkus" } scala212-lang-library = { module = "org.scala-lang:scala-library", version.ref = "scala212" } scala212-lang-reflect = { module = "org.scala-lang:scala-reflect", version.ref = "scala212" } -s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "3.12.0" } +s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "4.0.0" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } smallrye-common-annotation = { module = "io.smallrye.common:smallrye-common-annotation", version = "2.11.0" } smallrye-config-core = { module = "io.smallrye.config:smallrye-config-core", version = "3.12.4" }