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 df2e512dd main: Update dependency com.adobe.testing:s3mock-testcontainers to v4.1.1 (#1425) df2e512dd is described below commit df2e512ddb3f3274f0646ea31d2e20c3e20599d4 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Apr 22 12:51:45 2025 +0100 main: Update dependency com.adobe.testing:s3mock-testcontainers to v4.1.1 (#1425) --- 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 773c36eb2..33193a399 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 = "4.1.0" } +s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "4.1.1" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } smallrye-common-annotation = { module = "io.smallrye.common:smallrye-common-annotation", version = "2.12.0" } smallrye-config-core = { module = "io.smallrye.config:smallrye-config-core", version = "3.12.4" }