You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/09/27 16:57:39 UTC

[2/3] brooklyn-client git commit: updated resteasy to 3.0.19.Final

updated resteasy to 3.0.19.Final


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/b6bfc5e4
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/b6bfc5e4
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/b6bfc5e4

Branch: refs/heads/master
Commit: b6bfc5e475f6ddf9bd203a6503e9f6e8427a0941
Parents: e199072
Author: graeme.miller <gr...@cloudsoftcorp.com>
Authored: Mon Sep 26 15:08:23 2016 +0100
Committer: graeme.miller <gr...@cloudsoftcorp.com>
Committed: Mon Sep 26 15:08:23 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/b6bfc5e4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 641141f..22bebd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
         <logback.version>1.0.7</logback.version>
         <slf4j.version>1.6.6</slf4j.version>  <!-- used for java.util.logging jul-to-slf4j interception -->
         <guava.version>16.0.1</guava.version>
-        <resteasy.version>3.0.14.Final</resteasy.version>
+        <resteasy.version>3.0.19.Final</resteasy.version>
         <cxf.version>3.1.4</cxf.version>
         <httpclient.version>4.4.1</httpclient.version>
         <jsr305.version>2.0.1</jsr305.version>