diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130cd..057267435 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,9 @@ - + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index fd3b95565..bf6ad0d3e 100644 --- a/build.gradle +++ b/build.gradle @@ -194,7 +194,7 @@ javadoc { // declared dependencies for pom generation dependencies { // included build (keep in sync with the latest Prowide Core version) - api 'com.prowidesoftware:pw-swift-core:SRU2021-9.2.13' + api 'com.prowidesoftware:pw-swift-core:SRU2022-9.3.0' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'com.google.code.gson:gson:2.9.0' }