Updated versions to align with CQs

Signed-off-by: Jan Supol <jan.supol@oracle.com>
diff --git a/tests/integration/JERSEY-2988/pom.xml b/tests/integration/JERSEY-2988/pom.xml
index 55b516c..e47be83 100644
--- a/tests/integration/JERSEY-2988/pom.xml
+++ b/tests/integration/JERSEY-2988/pom.xml
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>javax.enterprise</groupId>
             <artifactId>cdi-api</artifactId>
-            <version>2.0-EDR1</version>
+            <version>2.0</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.weld.servlet</groupId>
diff --git a/tests/integration/servlet-3-init-2/pom.xml b/tests/integration/servlet-3-init-2/pom.xml
index 0b37d39..e5eddb3 100644
--- a/tests/integration/servlet-3-init-2/pom.xml
+++ b/tests/integration/servlet-3-init-2/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.10</version>
+            <version>4.12</version>
             <scope>compile</scope>
         </dependency>
 
diff --git a/tests/osgi/functional/pom.xml b/tests/osgi/functional/pom.xml
index 8c6c26f..4cfa5e3 100644
--- a/tests/osgi/functional/pom.xml
+++ b/tests/osgi/functional/pom.xml
@@ -184,7 +184,7 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore-osgi</artifactId>
             <scope>test</scope>
-            <version>4.4.3</version>
+            <version>4.4.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
diff --git a/tools/perftest-agent/pom.xml b/tools/perftest-agent/pom.xml
index 07539fe..eddc447 100644
--- a/tools/perftest-agent/pom.xml
+++ b/tools/perftest-agent/pom.xml
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.22.0-CR</version>
+            <version>3.22.0-GA</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>