diff --git a/gocd-yum-repo-plugin/build.gradle b/gocd-yum-repo-plugin/build.gradle index 87e5269..eab1309 100644 --- a/gocd-yum-repo-plugin/build.gradle +++ b/gocd-yum-repo-plugin/build.gradle @@ -16,14 +16,14 @@ dependencies { implementation project(':plugin-common') - compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0' + compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0' implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13' testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.3' - testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.3.0' + testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0' testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2' diff --git a/plugin-common/build.gradle b/plugin-common/build.gradle index a72d125..ed46290 100644 --- a/plugin-common/build.gradle +++ b/plugin-common/build.gradle @@ -18,7 +18,7 @@ plugins { } dependencies { - compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0' + compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0' api group: 'commons-io', name: 'commons-io', version: '2.11.0' api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'