This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 49a3d7170 [KYUUBI #5253] Upgrade testcontainers-scala from 0.40.12 to 
0.41.0
49a3d7170 is described below

commit 49a3d7170007df6da4e444c2da3256981f71add1
Author: senmiaoliu <[email protected]>
AuthorDate: Tue Sep 5 12:30:51 2023 +0800

    [KYUUBI #5253] Upgrade testcontainers-scala from 0.40.12 to 0.41.0
    
    ### _Why are the changes needed?_
    
    close #5253
    
    ### _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
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    NO
    
    Closes #5254 from lsm1/branch-kyuubi-5253.
    
    Closes #5253
    
    b5c407671 [senmiaoliu] bump testcontainers 0.41.0
    
    Authored-by: senmiaoliu <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 6158599c4ff80cc9e33cb53b7b947f119af81d70)
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 626a1889a..5b08fde08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
         <sqlite.version>3.42.0.0</sqlite.version>
         <swagger.version>2.2.1</swagger.version>
         <swagger-ui.version>4.9.1</swagger-ui.version>
-        <testcontainers-scala.version>0.40.12</testcontainers-scala.version>
+        <testcontainers-scala.version>0.41.0</testcontainers-scala.version>
         <!-- https://github.com/ThreeTen/threeten-extra/issues/226 -->
         <threeten.version>1.7.0</threeten.version>
         <thrift.version>0.9.3</thrift.version>
@@ -1122,6 +1122,12 @@
                 <groupId>io.etcd</groupId>
                 <artifactId>jetcd-launcher</artifactId>
                 <version>${etcd.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.testcontainers</groupId>
+                        <artifactId>testcontainers</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>

Reply via email to