diff --git a/build.gradle b/build.gradle index ac5f12e5f..5edf43c0f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'maven' def SRU = "2020" -version = "SNAPSHOT-SRU${SRU}-9.1.7" +version = "SRU${SRU}-9.1.7" group 'com.prowidesoftware' sourceCompatibility = '1.8' @@ -225,7 +225,7 @@ task writePom { dependencies { // included build (keep in sync with the latest Prowide Core version, this goes to Maven transitive dependency) - api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.4' + api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.5' implementation 'org.apache.commons:commons-lang3:3.8.1' implementation 'com.google.code.gson:gson:2.8.2' }