diff --git a/build.sbt b/build.sbt index 485b037..2429f9a 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val commonsIo = "commons-io" % "commons-io" % "1.3.2" val awsS3 = "com.amazonaws" % "aws-java-sdk-s3" % "1.11.127" val nscalaTime = "com.github.nscala-time" %% "nscala-time" % "2.4.0" val gson = "com.google.code.gson" % "gson" % "2.2.3" -val goPluginLibrary = "cd.go.plugin" % "go-plugin-api" % "15.1.0" % Provided +val goPluginLibrary = "cd.go.plugin" % "go-plugin-api" % "17.2.0" % Provided val hamcrest = "org.hamcrest" % "hamcrest-all" % "1.3" % Test val junit = "junit" % "junit" % "4.12" % Test diff --git a/fetch/template/plugin.xml b/fetch/template/plugin.xml index 7e3c223..811892a 100644 --- a/fetch/template/plugin.xml +++ b/fetch/template/plugin.xml @@ -3,7 +3,7 @@ Fetch from S3 ${version} - 15.1.0 + 17.2.0 Fetch artifacts from S3 Indix diff --git a/material/template/plugin.xml b/material/template/plugin.xml index 6086a1a..61a5782 100644 --- a/material/template/plugin.xml +++ b/material/template/plugin.xml @@ -3,7 +3,7 @@ S3 Material ${version} - 15.1.0 + 17.2.0 S3 as material Indix diff --git a/publish/template/plugin.xml b/publish/template/plugin.xml index c38a148..767bd02 100644 --- a/publish/template/plugin.xml +++ b/publish/template/plugin.xml @@ -3,7 +3,7 @@ Publish to S3 ${version} - 15.1.0 + 17.2.0 Publish artifacts to S3 Indix