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

acosentino pushed a commit to branch fix-deps
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit a5308924f3b714effacabad258b51bf3ebeac3e6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jun 24 19:10:34 2020 +0200

    Fixes camel-dependencies to point to 3.4.0
---
 pom.xml                      | 2 +-
 tests/itests-mongodb/pom.xml | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e38963..1db70ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.3.0</version>
+        <version>3.4.0</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>
diff --git a/tests/itests-mongodb/pom.xml b/tests/itests-mongodb/pom.xml
index 774065c..5df93ef 100644
--- a/tests/itests-mongodb/pom.xml
+++ b/tests/itests-mongodb/pom.xml
@@ -50,14 +50,12 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- TODO: remove version before PR -->
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>mongodb</artifactId>
             <scope>test</scope>
-            <version>1.14.3</version>
         </dependency>
     </dependencies>
 
 
-</project>
\ No newline at end of file
+</project>

Reply via email to