This is an automated email from the ASF dual-hosted git repository. tcunning pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 28a1a0fae3ffc72bb6e732cf5623c6c05d5cd58b Author: Tom Cunningham <[email protected]> AuthorDate: Wed Dec 17 14:54:02 2025 -0500 JUnit 6 changes after rebase --- components/camel-iggy/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-iggy/pom.xml b/components/camel-iggy/pom.xml index dcbde29a3660..01848eff8ab9 100644 --- a/components/camel-iggy/pom.xml +++ b/components/camel-iggy/pom.xml @@ -67,7 +67,7 @@ <!-- testing --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test-junit5</artifactId> + <artifactId>camel-test-junit6</artifactId> <scope>test</scope> </dependency> <dependency> @@ -100,4 +100,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project>
