Skip to content

Commit

Permalink
core update
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jun 29, 2024
1 parent fdef2c2 commit 81e93b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Prowide ISO 20022 - CHANGELOG

#### 10.2.1 - June 2024
* Enhanced the AppHdrFactory to honor the business service set in the parameter MxId
* Enhanced the MxParseUtils#identifyMessage to set the business service in the MxId when present

#### 10.2.0 - May 2024
* SWIFT Standard release update 2024 (live 16 November 2024)
* Yearly revision of deprecation phase (see https://dev.prowidesoftware.com/SRU2024/getting-started/deprecation/)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ configure(subprojects.findAll {it.name.endsWith('-mx')}) {
project(':iso20022-core') {
dependencies {
// included build
api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.0'
api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.1'

implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'com.google.code.gson:gson:2.11.0'
Expand Down Expand Up @@ -330,7 +330,7 @@ artifacts {
// declared dependencies for pom generation
dependencies {
// included build (keep in sync with the latest Prowide Core version)
api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.0'
api 'com.prowidesoftware:pw-swift-core:SRU2024-10.2.1'

// included transitive dependencies from Prowide Core
//implementation 'org.apache.commons:commons-lang3:3.14.0'
Expand Down

0 comments on commit 81e93b7

Please sign in to comment.