Update versions of jboss-logging and javax.enterprise-cdi-api

This commit is contained in:
Paul Gallagher 2016-02-24 18:03:24 +00:00
parent b0f6250941
commit 0f3a973299
1 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.1.4.GA</version>
<version>3.3.0.Final</version>
<!-- License: Apache 2.0 -->
</dependency>
<dependency>
@ -333,7 +333,7 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>1.0-SP4</version>
<version>1.2</version>
<!-- License: Apache 2.0 -->
</dependency>
<dependency>