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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit d06f22a90b3549b543431f8fa11d8b9598cb3fdd
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 23 21:33:22 2026 +0100

    Spring Boot v4 migration
---
 components-starter/camel-undertow-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-undertow-starter/pom.xml 
b/components-starter/camel-undertow-starter/pom.xml
index 30d2928f469..cccf9da8013 100644
--- a/components-starter/camel-undertow-starter/pom.xml
+++ b/components-starter/camel-undertow-starter/pom.xml
@@ -40,9 +40,9 @@
       <version>${camel-version}</version>
     </dependency>
     <dependency>
-      <groupId>io.undertow</groupId>
+      <groupId>io.undertow.ee</groupId>
       <artifactId>undertow-servlet</artifactId>
-      <version>${undertow-version}</version>
+      <version>${undertow-ee-version}</version>
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>

Reply via email to