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