Skip to content

Commit

Permalink
Upgrade versions to what we have CQs on (#3945)
Browse files Browse the repository at this point in the history
* Upgrade versions to what we have CQs on

Signed-off-by: Jan Supol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Sep 26, 2018
1 parent c265904 commit ab91c97
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.9</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/bookmark-em/pom.xml
Expand Up @@ -55,8 +55,8 @@
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
<artifactId>javax.transaction-api</artifactId>
<version>${jta.api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/bookmark/pom.xml
Expand Up @@ -43,8 +43,8 @@
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
<artifactId>javax.transaction-api</artifactId>
<version>${jta.api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ext/spring4/pom.xml
Expand Up @@ -151,7 +151,7 @@
</dependencies>

<properties>
<spring4.version>4.3.4.RELEASE</spring4.version>
<spring4.version>4.3.8.RELEASE</spring4.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1998,7 +1998,7 @@
<servlet4.version>4.0.1</servlet4.version>
<simple.version>6.0.1</simple.version>
<slf4j.version>1.7.21</slf4j.version>
<spring4.version>4.3.4.RELEASE</spring4.version>
<spring4.version>4.3.8.RELEASE</spring4.version>
<validation.impl.version>6.0.11.Final</validation.impl.version>
<weld.version>2.2.14.Final</weld.version> <!-- 2.4.1 doesn't work - bv tests -->
<weld3.version>3.0.0.Final</weld3.version>
Expand Down

0 comments on commit ab91c97

Please sign in to comment.