upgrading dependencies
diff --git a/geronimo-microprofile-aggregator/pom.xml b/geronimo-microprofile-aggregator/pom.xml
index b01780a..6cd8a50 100644
--- a/geronimo-microprofile-aggregator/pom.xml
+++ b/geronimo-microprofile-aggregator/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.eclipse.microprofile.config</groupId>
       <artifactId>microprofile-config-api</artifactId>
-      <version>1.2.1</version>
+      <version>1.3</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -50,14 +50,14 @@
     <dependency>
       <groupId>org.apache.geronimo.config</groupId>
       <artifactId>geronimo-config-impl</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
     </dependency>
 
     <!-- fault-tolerance -->
     <dependency>
       <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
       <artifactId>microprofile-fault-tolerance-api</artifactId>
-      <version>1.0</version>
+      <version>1.1.3</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -68,14 +68,14 @@
     <dependency>
       <groupId>org.apache.geronimo.safeguard</groupId>
       <artifactId>safeguard-impl</artifactId>
-      <version>1.0</version>
+      <version>1.2.0</version>
     </dependency>
 
     <!-- jwt auth -->
     <dependency>
       <groupId>org.eclipse.microprofile.jwt</groupId>
       <artifactId>microprofile-jwt-auth-api</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -86,14 +86,14 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-jwt-auth</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <!-- opentracing -->
     <dependency>
       <groupId>org.eclipse.microprofile.opentracing</groupId>
       <artifactId>microprofile-opentracing-api</artifactId>
-      <version>1.1</version>
+      <version>1.2.1</version>
       <exclusions>
         <exclusion>
           <groupId>javax.inject</groupId>
@@ -129,14 +129,14 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-opentracing</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <!-- rest client -->
     <dependency>
       <groupId>org.eclipse.microprofile.rest.client</groupId>
       <artifactId>microprofile-rest-client-api</artifactId>
-      <version>1.0.1</version>
+      <version>1.1</version>
       <exclusions>
         <exclusion>
           <groupId>javax.enterprise</groupId>
@@ -159,7 +159,7 @@
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-rs-mp-client</artifactId>
-      <version>3.2.5</version>
+      <version>3.2.7</version>
     </dependency>
 
     <!-- from now it is outside MP releases -->
@@ -183,14 +183,14 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-health</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <!-- metrics -->
     <dependency>
       <groupId>org.eclipse.microprofile.metrics</groupId>
       <artifactId>microprofile-metrics-api</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.osgi</groupId>
@@ -201,19 +201,19 @@
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-metrics</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <!-- openapi -->
     <dependency>
       <groupId>org.eclipse.microprofile.openapi</groupId>
       <artifactId>microprofile-openapi-api</artifactId>
-      <version>1.0.1</version>
+      <version>1.1-RC1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo</groupId>
       <artifactId>geronimo-openapi-impl</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.2</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 958c5b1..eedd191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
+        <version>3.8.0</version>
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
diff --git a/utilda/pom.xml b/utilda/pom.xml
index c4676cf..cfe05cd 100644
--- a/utilda/pom.xml
+++ b/utilda/pom.xml
@@ -31,7 +31,7 @@
   <description>A Microprofile server based on Meecrowave. utilda means micro-wave (tilda).</description>
 
   <properties>
-    <meecrowave.version>1.2.3</meecrowave.version>
+    <meecrowave.version>1.2.4</meecrowave.version>
     <microprofile.platform.version>2.0</microprofile.platform.version>
   </properties>
 
@@ -74,4 +74,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>