diff --git a/README.md b/README.md index 5369485..a9c2aaa 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This plugin has a fairly complex dependency tree. To use this plugin successfull ```groovy buildscript { ext { - soapUIVersion = '5.1.3' + soapUIVersion = '5.2.0' } repositories { maven { url 'https://plugins.gradle.org/m2/' } @@ -78,7 +78,7 @@ buildscript { jcenter() } dependencies { - classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.1.3') + classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.2.0') } } diff --git a/build.gradle b/build.gradle index 3af9f4c..e2aa156 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - soapUIVersion = '5.1.3' + soapUIVersion = '5.2.0' } }