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

snuyanzin pushed a commit to branch oracle_xa_test
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/oracle_xa_test by this push:
     new d30206c  [hotfix] Upgrade testcontainers from 1.17.2 to 1.18.3
d30206c is described below

commit d30206c4ed60aee3c2a4ddca87487ebb25f05c9f
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Jun 12 16:48:22 2023 +0200

    [hotfix] Upgrade testcontainers from 1.17.2 to 1.18.3
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5c493d2..d988a3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ under the License.
         <junit4.version>4.13.2</junit4.version>
         <junit5.version>5.9.1</junit5.version>
         <assertj.version>3.23.1</assertj.version>
-        <testcontainers.version>1.17.2</testcontainers.version>
+        <testcontainers.version>1.18.3</testcontainers.version>
         <mockito.version>2.21.0</mockito.version>
 
         <japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
@@ -113,6 +113,12 @@ under the License.
             <groupId>org.testcontainers</groupId>
             <artifactId>junit-jupiter</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-compress</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Tests will have log4j as the default logging framework available 
-->

Reply via email to