This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 6ee6d1327d Build: Bump org.testcontainers:testcontainers from 1.20.0
to 1.20.1 (#10865)
6ee6d1327d is described below
commit 6ee6d1327d3811dbd5795c4e87efdc41b7a58eaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 6 11:16:19 2024 +0200
Build: Bump org.testcontainers:testcontainers from 1.20.0 to 1.20.1 (#10865)
Bumps
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
from 1.20.0 to 1.20.1.
- [Release
notes](https://github.com/testcontainers/testcontainers-java/releases)
-
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.0...1.20.1)
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 b8f20f3a27..12caeda954 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -85,7 +85,7 @@ spark-hive35 = "3.5.1"
spring-boot = "2.7.18"
spring-web = "5.3.37"
sqlite-jdbc = "3.46.0.1"
-testcontainers = "1.20.0"
+testcontainers = "1.20.1"
tez010 = "0.10.3"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above