@@ -100,8 +100,8 @@ subprojects {
100
100
version = rootProject. version
101
101
102
102
dependencies {
103
- implementation ' org.apache.commons:commons-lang3:3.12 .0'
104
- implementation ' com.google.code.gson:gson:2.9 .0'
103
+ implementation ' org.apache.commons:commons-lang3:3.17 .0'
104
+ implementation ' com.google.code.gson:gson:2.11 .0'
105
105
implementation ' com.sun.xml.bind:jaxb-impl:4.0.5'
106
106
// bind-api is included transitively by jaxb-impl
107
107
// implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
@@ -126,8 +126,8 @@ configure(subprojects.findAll {it.name.endsWith('-mx')}) {
126
126
api project(' :iso20022-core' )
127
127
implementation project(specificTypesProject)
128
128
129
- implementation ' org.apache.commons:commons-lang3:3.12 .0'
130
- implementation ' com.google.code.gson:gson:2.9 .0'
129
+ implementation ' org.apache.commons:commons-lang3:3.17 .0'
130
+ implementation ' com.google.code.gson:gson:2.11 .0'
131
131
132
132
implementation ' com.sun.xml.bind:jaxb-impl:4.0.5'
133
133
// bind-api is included transitively by jaxb-impl
@@ -149,7 +149,7 @@ project(':iso20022-core') {
149
149
// included build
150
150
api ' com.prowidesoftware:pw-swift-core:SRU2024-10.2.5'
151
151
152
- implementation ' org.apache.commons:commons-lang3:3.14 .0'
152
+ implementation ' org.apache.commons:commons-lang3:3.17 .0'
153
153
implementation ' com.google.code.gson:gson:2.11.0'
154
154
155
155
compileOnly ' jakarta.persistence:jakarta.persistence-api:3.1.0'
@@ -158,10 +158,10 @@ project(':iso20022-core') {
158
158
testImplementation ' jakarta.persistence:jakarta.persistence-api:3.1.0'
159
159
testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2'
160
160
testImplementation ' com.google.guava:guava:33.2.0-jre'
161
- testImplementation ' org.assertj:assertj-core:3.25.3 '
161
+ testImplementation ' org.assertj:assertj-core:3.27.0 '
162
162
testImplementation ' org.xmlunit:xmlunit-core:2.10.0'
163
- testImplementation ' org.xmlunit:xmlunit-matchers:2.9 .0'
164
- testImplementation ' org.xmlunit:xmlunit-assertj:2.9 .0'
163
+ testImplementation ' org.xmlunit:xmlunit-matchers:2.10 .0'
164
+ testImplementation ' org.xmlunit:xmlunit-assertj:2.10 .0'
165
165
testImplementation project(' :model-acmt-mx' )
166
166
testImplementation project(' :model-acmt-types' )
167
167
testImplementation project(' :model-camt-mx' )
@@ -486,9 +486,9 @@ task('testOn17', type: Test) {
486
486
}
487
487
}
488
488
489
- task(' testOn19 ' , type : Test ) {
489
+ task(' testOn21 ' , type : Test ) {
490
490
javaLauncher = javaToolchains. launcherFor {
491
- languageVersion = JavaLanguageVersion . of(19 )
491
+ languageVersion = JavaLanguageVersion . of(21 )
492
492
}
493
493
}
494
494
0 commit comments