Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into SRU2024_v10
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jan 3, 2025
2 parents 359e445 + f599008 commit 827c28d
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 207 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Prowide ISO 20022 - CHANGELOG

#### 10.2.6 - SNAPSHOT
* Changed the `MxParseUtils` findByTags and findByPath methods to return the element values instead of the XML stream object

#### 10.2.5 - January 2025
* (PW-2113) `MxParseUtils` added a method to extract the enclosed MT from a multi-format MX message
* (PW-2113) `MxParseUtils` added methods to extract comments from XML string
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'ru.vyarus:gradle-quality-plugin:4.9.0'
classpath 'ru.vyarus:gradle-quality-plugin:5.0.0'
classpath 'pl.allegro.tech.build:axion-release-plugin:1.15.1'
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
classpath 'io.github.gradle-nexus:publish-plugin:2.0.0'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.23.3'
}
}
Expand Down Expand Up @@ -156,9 +156,9 @@ project(':iso20022-core') {
compileOnly 'jakarta.validation:jakarta.validation-api:3.0.2'

testImplementation 'jakarta.persistence:jakarta.persistence-api:3.1.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'com.google.guava:guava:33.2.0-jre'
testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'com.google.guava:guava:33.4.0-jre'
testImplementation 'org.assertj:assertj-core:3.27.1'
testImplementation 'org.xmlunit:xmlunit-core:2.10.0'
testImplementation 'org.xmlunit:xmlunit-matchers:2.10.0'
testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0'
Expand Down
Loading

0 comments on commit 827c28d

Please sign in to comment.