You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/02/06 15:11:26 UTC

[kyuubi] branch master updated: [KYUUBI #4258] Bump testcontainers-scala 0.40.12

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 82a188356 [KYUUBI #4258] Bump testcontainers-scala 0.40.12
82a188356 is described below

commit 82a1883561b95f4d4edd65480c6d43e986148ef5
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Mon Feb 6 23:11:15 2023 +0800

    [KYUUBI #4258] Bump testcontainers-scala 0.40.12
    
    ### _Why are the changes needed?_
    
    Keep deps update-to-date
    
    https://mvnrepository.com/artifact/com.dimafeng/testcontainers-scala
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4258 from pan3793/testcontainers-scala.
    
    Closes #4258
    
    1352f013 [Cheng Pan] Bump testcontainers-scala 0.40.12
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a86d8501..80d210c0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
         <spark.archive.download.skip>false</spark.archive.download.skip>
         <swagger.version>2.2.1</swagger.version>
         <swagger-ui.version>4.9.1</swagger-ui.version>
-        <testcontainers-scala.version>0.40.7</testcontainers-scala.version>
+        <testcontainers-scala.version>0.40.12</testcontainers-scala.version>
         <thrift.version>0.9.3</thrift.version>
         <trino.client.version>363</trino.client.version>
         <trino.tpcds.version>1.4</trino.tpcds.version>