Upgrade RestEasy, Jolokia and SLF4J

This commit is contained in:
Martyn Taylor 2015-11-26 12:00:34 +00:00
parent 686e645c3a
commit 1c572ba647
1 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
<ActiveMQ-Version>
${project.version}(${activemq.version.incrementingVersion})
</ActiveMQ-Version>
<resteasy.version>3.0.9.Final</resteasy.version>
<resteasy.version>3.0.13.Final</resteasy.version>
<proton.version>0.10</proton.version>
<fuse.mqtt.client.version>1.10</fuse.mqtt.client.version>
<skipUnitTests>true</skipUnitTests>
@ -369,7 +369,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
<version>1.7.12</version>
<!-- License: MIT -->
</dependency>
@ -464,7 +464,7 @@
<groupId>org.jolokia</groupId>
<artifactId>jolokia-war</artifactId>
<type>war</type>
<version>1.3.1</version>
<version>1.3.2</version>
<!-- License: Apache 2.0 -->
</dependency>
<!-- ## End Jetty Wed Dependencies ## -->