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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 90da3811d413ca8adbcbb0df81abab9976496c9d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 1 12:48:27 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Testcontainers
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 test-infra/camel-test-infra-redis/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-infra/camel-test-infra-redis/pom.xml 
b/test-infra/camel-test-infra-redis/pom.xml
index 733876a23d2..c3e714257de 100644
--- a/test-infra/camel-test-infra-redis/pom.xml
+++ b/test-infra/camel-test-infra-redis/pom.xml
@@ -43,6 +43,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>testcontainers</artifactId>
+            <version>${testcontainers-version}</version>
         </dependency>
     </dependencies>
 

Reply via email to