From be11b3cda1883bf09847bed42edd39a40dab1767 Mon Sep 17 00:00:00 2001
From: LPowlett <44359672+LPowlett@users.noreply.github.com>
Date: Thu, 10 Jan 2019 14:55:22 +0000
Subject: [PATCH] Dependancy upgrades (#264)
* dependancy upgrades
* revert dep to 0.4.1
* revert file changes
---
install-build-deps-ubuntu.sh | 2 +-
test/docker/Gopkg.toml | 2 +-
test/messaging/pom.xml | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/install-build-deps-ubuntu.sh b/install-build-deps-ubuntu.sh
index 027a834..eab7577 100755
--- a/install-build-deps-ubuntu.sh
+++ b/install-build-deps-ubuntu.sh
@@ -20,7 +20,7 @@
set -ex
curl https://glide.sh/get | sh
-sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
+sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
sudo chmod +x /usr/local/bin/dep
go get golang.org/x/lint/golint
diff --git a/test/docker/Gopkg.toml b/test/docker/Gopkg.toml
index c29f50e..9dbde48 100644
--- a/test/docker/Gopkg.toml
+++ b/test/docker/Gopkg.toml
@@ -18,7 +18,7 @@
[[constraint]]
name = "github.com/docker/go-connections"
- version = "0.3.0"
+ version = "0.4.0"
[prune]
go-tests = true
diff --git a/test/messaging/pom.xml b/test/messaging/pom.xml
index 6644de3..90a3a99 100644
--- a/test/messaging/pom.xml
+++ b/test/messaging/pom.xml
@@ -32,19 +32,19 @@ limitations under the License.
org.junit.jupiter
junit-jupiter-api
- 5.2.0
+ 5.3.2
compile
org.junit.jupiter
junit-jupiter-engine
- 5.2.0
+ 5.3.2
runtime
org.junit.platform
junit-platform-console-standalone
- 1.2.0
+ 1.3.2
runtime