This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new b9beec2630 [KYUUBI #6745] Bump testcontainers-scala from 0.41.0 to
0.41.4
b9beec2630 is described below
commit b9beec263069bbbe2048e97aca17bec75dd91dc4
Author: Bowen Liang <[email protected]>
AuthorDate: Thu Oct 17 21:30:10 2024 +0800
[KYUUBI #6745] Bump testcontainers-scala from 0.41.0 to 0.41.4
# :mag: Description
## Issue References ๐
This pull request fixes #
## Describe Your Solution ๐ง
Bump testcontainers-scala from 0.41.0 (released in Aug 2023) to 0.41.4
(released in Jun 2024)
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6745 from bowenliang123/testcontainers-scala-0.41.4.
Closes #6745
06551cb8d [Bowen Liang] bump testcontainers-scala from 0.41.0 to 0.41.4
Authored-by: Bowen Liang <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 96922b2e87..6977e9cf36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
<sqlite.version>3.46.1.3</sqlite.version>
<supercsv.version>2.2.0</supercsv.version>
<swagger.version>2.2.1</swagger.version>
- <testcontainers-scala.version>0.41.0</testcontainers-scala.version>
+ <testcontainers-scala.version>0.41.4</testcontainers-scala.version>
<!-- https://github.com/ThreeTen/threeten-extra/issues/226 -->
<threeten.version>1.7.0</threeten.version>
<!-- trino-client involves kotlin runtime dependencies since 412
because of upgrading okhttp -->