This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.33.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/3.33.x by this push:
new 0ffad4899f Remove the last rest of quarkus-junit5*; those were renamed
to quarkus-junit* in Quarkus 3.31.0
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.31#junit-6-gear-white_check_mark
0ffad4899f is described below
commit 0ffad4899fcefe384a694de5b0cc9de76d0fcc66
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Jun 8 15:07:16 2026 +0200
Remove the last rest of quarkus-junit5*; those were renamed to
quarkus-junit* in Quarkus 3.31.0
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.31#junit-6-gear-white_check_mark
---
extensions/infinispan-cluster-service/deployment/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/infinispan-cluster-service/deployment/pom.xml
b/extensions/infinispan-cluster-service/deployment/pom.xml
index 1ee54382f4..73235c8996 100644
--- a/extensions/infinispan-cluster-service/deployment/pom.xml
+++ b/extensions/infinispan-cluster-service/deployment/pom.xml
@@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-junit5-internal</artifactId>
+ <artifactId>quarkus-junit-internal</artifactId>
<scope>test</scope>
</dependency>
</dependencies>