Skip to content

Commit

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

#### 9.5.2 - SNAPSHOT
#### 9.5.2 - June 2024
* (PW-1875) Fixed the `ZuluDateTimeAdapter` to convert the datetime to UTC offset if needed

#### 9.5.1 - June 2024
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ configure(subprojects.findAll {it.name.endsWith('-mx')}) {
project(':iso20022-core') {
dependencies {
// included build
api 'com.prowidesoftware:pw-swift-core:SRU2024-9.5.0'
api 'com.prowidesoftware:pw-swift-core:SRU2024-9.5.1'

implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'com.google.code.gson:gson:2.11.0'
Expand Down Expand Up @@ -313,7 +313,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-9.5.0'
api 'com.prowidesoftware:pw-swift-core:SRU2024-9.5.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'com.google.code.gson:gson:2.10'
}
Expand Down

0 comments on commit 5ff39e8

Please sign in to comment.