Fix plugin dependencies

Jenkins was unable to load some plugins, since a dependency was updated
and not compatible anymore with the fixed versions configured in this
project.

This change fixes the plugin configuration by
- updating workflow-step-api to 2.18
- fixing display-url-api to last compatible version 2.3.0
- fixing blueocean-display-url to 2.2.0
- fixing docker-commons to 1.13
- fixing docker-workflow to 1.17
- fixing and updating credentials-binding to 1.18

Change-Id: I6ee0bb907ca60ab8ee1e4a104541989d494d9beb
diff --git a/jenkins-docker/master/plugins.txt b/jenkins-docker/master/plugins.txt
index 51f9770..a0574a2 100644
--- a/jenkins-docker/master/plugins.txt
+++ b/jenkins-docker/master/plugins.txt
@@ -6,6 +6,7 @@
 blueocean-commons:1.3.5
 blueocean-config:1.3.5
 blueocean-dashboard:1.3.5
+blueocean-display-url:2.2.0
 blueocean-events:1.3.5
 blueocean-github-pipeline:1.3.5
 blueocean-git-pipeline:1.3.5
@@ -24,7 +25,11 @@
 build-timeout:1.19
 cloudbees-folder:6.4
 credentials:2.1.17
+credentials-binding:1.18
+display-url-api:2.3.0
+docker-commons:1.13
 docker-plugin:1.1.4
+docker-workflow:1.17
 durable-task:1.22
 embeddable-build-status:1.9
 envinject:2.1.5
@@ -50,6 +55,7 @@
 momentjs:1.1.1
 monitoring:1.73.0
 pipeline-build-step:2.7
+pipeline-graph-analysis:1.9
 pipeline-input-step:2.8
 pipeline-model-api:1.2
 pipeline-model-definition:1.2
@@ -76,6 +82,6 @@
 workflow-job:2.12.2
 workflow-multibranch:2.16
 workflow-scm-step:2.6
-workflow-step-api:2.15
+workflow-step-api:2.18
 workflow-support:2.18
 xvfb:1.1.3