GERONIMO-6691 GERONIMO-6703 GERONIMO-6704 GERONIMO-6705 GERONIMO-6706 GERONIMO-6707 GERONIMO-6708 GERONIMO-6709 GERONIMO-6710 upgrading the stack
diff --git a/geronimo-microprofile-aggregator/pom.xml b/geronimo-microprofile-aggregator/pom.xml
index a678543..a5b29c9 100644
--- a/geronimo-microprofile-aggregator/pom.xml
+++ b/geronimo-microprofile-aggregator/pom.xml
@@ -67,7 +67,13 @@
     <dependency>
       <groupId>org.apache.geronimo.safeguard</groupId>
       <artifactId>safeguard-impl</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-interceptor_1.2_spec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- jwt auth -->
@@ -85,7 +91,7 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-jwt-auth</artifactId>
-      <version>1.0.1</version>
+      <version>1.0.2</version>
     </dependency>
 
     <!-- opentracing -->
@@ -128,14 +134,14 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-opentracing</artifactId>
-      <version>1.0.1</version>
+      <version>1.0.2</version>
     </dependency>
 
     <!-- rest client -->
     <dependency>
       <groupId>org.eclipse.microprofile.rest.client</groupId>
       <artifactId>microprofile-rest-client-api</artifactId>
-      <version>1.1</version>
+      <version>1.2.0</version>
       <exclusions>
         <exclusion>
           <groupId>javax.enterprise</groupId>
@@ -158,7 +164,7 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-rs-mp-client</artifactId>
-      <version>3.2.7</version>
+      <version>3.3.0</version>
       <exclusions>
         <exclusion>
           <groupId>javax.annotation</groupId>
@@ -168,6 +174,30 @@
           <groupId>javax.json</groupId>
           <artifactId>javax.json-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>jakarta.ws.rs</groupId>
+          <artifactId>jakarta.ws.rs-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.glassfish.jaxb</groupId>
+          <artifactId>jaxb-runtime</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.glassfish.jaxb</groupId>
+          <artifactId>jaxb-xjc</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.fasterxml.woodstox</groupId>
+          <artifactId>woodstox-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.ws.xmlschema</groupId>
+          <artifactId>xmlschema-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jakarta.xml.bind</groupId>
+          <artifactId>jakarta.xml.bind-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -210,14 +240,14 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-metrics</artifactId>
-      <version>1.0.2</version>
+      <version>1.0.3</version>
     </dependency>
 
     <!-- openapi -->
     <dependency>
       <groupId>org.eclipse.microprofile.openapi</groupId>
       <artifactId>microprofile-openapi-api</artifactId>
-      <version>1.1-RC1</version>
+      <version>1.1.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -228,7 +258,7 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-openapi-impl</artifactId>
-      <version>1.0.5</version>
+      <version>1.0.6</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 1244654..e98e445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,10 +34,10 @@
   </description>
 
   <properties>
-    <meecrowave.version>1.2.6</meecrowave.version>
+    <meecrowave.version>1.2.7</meecrowave.version>
 
     <microprofile-config-api.version>1.3</microprofile-config-api.version>
-    <geronimo-config.version>1.2.1</geronimo-config.version>
+    <geronimo-config.version>1.2.2</geronimo-config.version>
   </properties>
 
   <modules>