diff --git a/.gitignore b/.gitignore index 91b9faef8..a4d181137 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ lib .idea/uiDesigner.xml .idea/vcs.xml .idea/workspace.xml -.idea/prowide-iso20022.iml \ No newline at end of file +.idea/prowide-iso20022.iml +.idea/libraries-with-intellij-classes.xml \ No newline at end of file diff --git a/build.gradle b/build.gradle index a88ffc583..bfd4ffa2d 100644 --- a/build.gradle +++ b/build.gradle @@ -224,8 +224,8 @@ task writePom { } dependencies { - // included build - api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.2' + // included build (keep in sync with the latest Prowide Core version) + api 'com.prowidesoftware:pw-swift-core:SRU2020-9.1.4' implementation 'org.apache.commons:commons-lang3:3.8.1' implementation 'com.google.code.gson:gson:2.8.2' }