Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master f96cbd03d -> c706c55d7
Update consul dependencies. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/c706c55d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/c706c55d Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/c706c55d Branch: refs/heads/master Commit: c706c55d789b419f55d9c8fe185c7fccc6ac0c07 Parents: f96cbd0 Author: Phil Ottlinger <[email protected]> Authored: Mon Nov 13 00:00:54 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Nov 13 00:00:54 2017 +0100 ---------------------------------------------------------------------- consul/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c706c55d/consul/pom.xml ---------------------------------------------------------------------- diff --git a/consul/pom.xml b/consul/pom.xml index 47ce340..c48c7ae 100644 --- a/consul/pom.xml +++ b/consul/pom.xml @@ -66,17 +66,17 @@ under the License. <dependency> <groupId>com.orbitz.consul</groupId> <artifactId>consul-client</artifactId> - <version>0.9.16</version> + <version>0.17.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>3.0.3</version> + <version>3.2.1</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-hc</artifactId> - <version>3.0.3</version> + <version>3.2.1</version> </dependency> </dependencies>
