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 026856fd1ee05ff67350226505449429d5aafb5b Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Apr 14 13:36:02 2022 +0200 CAMEL-17958 - upgrade testcontainers to 1.17.x --- .../java/org/apache/camel/component/hdfs/integration/HdfsAppendIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-hdfs/src/test/java/org/apache/camel/component/hdfs/integration/HdfsAppendIT.java b/components/camel-hdfs/src/test/java/org/apache/camel/component/hdfs/integration/HdfsAppendIT.java index 1bc077bc728..8d59650287e 100644 --- a/components/camel-hdfs/src/test/java/org/apache/camel/component/hdfs/integration/HdfsAppendIT.java +++ b/components/camel-hdfs/src/test/java/org/apache/camel/component/hdfs/integration/HdfsAppendIT.java @@ -32,7 +32,7 @@ import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.RegisterExtension; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import org.testcontainers.shaded.org.apache.commons.lang.SystemUtils; +import org.testcontainers.shaded.org.apache.commons.lang3.SystemUtils; import static org.junit.jupiter.api.Assertions.assertEquals;
