This is an automated email from the ASF dual-hosted git repository.
fokko 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 485ce3470b Build: Bump org.testcontainers:testcontainers from 1.19.7
to 1.19.8 (#10322)
485ce3470b is described below
commit 485ce3470b070b2b23c50088c08bf8d247c9cecc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 13 04:41:07 2024 +0200
Build: Bump org.testcontainers:testcontainers from 1.19.7 to 1.19.8 (#10322)
Bumps
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
from 1.19.7 to 1.19.8.
- [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.19.7...1.19.8)
---
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 3bb887845b..cfcfb9a59e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -83,7 +83,7 @@ spark-hive35 = "3.5.1"
spring-boot = "2.7.18"
spring-web = "5.3.34"
sqlite-jdbc = "3.45.3.0"
-testcontainers = "1.19.7"
+testcontainers = "1.19.8"
tez010 = "0.10.3"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above