@@ -21,7 +21,7 @@ plugins {
21
21
apply plugin : ' java'
22
22
apply from : ' plugin-common.gradle'
23
23
24
- project. ext. pluginVersion = ' 1 .0.2 '
24
+ project. ext. pluginVersion = ' 2 .0.0 '
25
25
project. ext. fullVersion = project. distVersion ? " ${ project.pluginVersion} -${ project.distVersion} " : project. pluginVersion
26
26
27
27
group = ' cd.go.contrib'
@@ -32,7 +32,7 @@ description = 'GoCD Docker Elastic Agents'
32
32
project. ext. pluginDesc = [
33
33
id : ' cd.go.contrib.elastic-agent.docker' ,
34
34
version : project. version,
35
- goCdVersion : ' 18.1 .0' ,
35
+ goCdVersion : ' 18.10 .0' ,
36
36
name : ' Docker Elastic Agent Plugin' ,
37
37
description : ' Docker Based Elastic Agent Plugins for GoCD' ,
38
38
vendorName : ' GoCD Contributors' ,
@@ -58,14 +58,14 @@ sourceSets {
58
58
}
59
59
60
60
dependencies {
61
- compileOnly group : ' cd.go.plugin' , name : ' go-plugin-api' , version : ' 18.9 .0'
61
+ compileOnly group : ' cd.go.plugin' , name : ' go-plugin-api' , version : ' 18.10 .0'
62
62
63
63
compile group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.5'
64
64
compile group : ' com.spotify' , name : ' docker-client' , version : ' 8.14.2'
65
65
compile group : ' com.google.guava' , name : ' guava' , version : ' 19.0'
66
- compile group : ' joda-time' , name : ' joda-time' , version : ' 2.9.9 '
67
- compile group : ' commons-io' , name : ' commons-io' , version : ' 2.5 '
68
- compile group : ' org.freemarker' , name : ' freemarker' , version : ' 2.3.23 '
66
+ compile group : ' joda-time' , name : ' joda-time' , version : ' 2.10 '
67
+ compile group : ' commons-io' , name : ' commons-io' , version : ' 2.6 '
68
+ compile group : ' org.freemarker' , name : ' freemarker' , version : ' 2.3.28 '
69
69
70
70
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
71
71
testCompile group : ' org.hamcrest' , name : ' hamcrest-library' , version : ' 1.3'
0 commit comments