Skip to content

Commit

Permalink
Updated versions to align with CQs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Supol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Oct 5, 2018
1 parent ab91c97 commit eb5ea8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/integration/JERSEY-2988/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/servlet-3-init-2/pom.xml
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.12</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion tests/osgi/functional/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tools/perftest-agent/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit eb5ea8c

Please sign in to comment.