diff --git a/README.md b/README.md index 24a1600..ccb28f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Fortify Software Security Center REST API java client Communicate with Fortify Software Security Center through REST API in java, a swagger generated client -- API version: 1:23.2.0.0153 +- API version: 1:23.2.0.0154 ## Generation: @@ -27,7 +27,7 @@ Add this dependency to your project's POM: com.fortify ssc-restapi-client - 23.2 + 23.2.1 compile ``` @@ -37,7 +37,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.fortify:ssc-restapi-client:23.2" +compile "com.fortify:ssc-restapi-client:23.2.1" ``` ## Getting Started diff --git a/build.gradle b/build.gradle index e569520..e0ebde3 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { } group = 'com.fortify' -version = '23.2' +version = '23.2.1' description 'Fortify SSC REST API client' sourceCompatibility = JavaVersion.VERSION_1_8