We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae51007 commit b35ba3bCopy full SHA for b35ba3b
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
testImplementation 'javax.validation:validation-api:2.0.1.Final'
65
testImplementation 'javax.persistence:javax.persistence-api:2.2'
66
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
67
- testImplementation 'org.assertj:assertj-core:3.27.2'
+ testImplementation 'org.assertj:assertj-core:3.27.3'
68
testImplementation 'org.xmlunit:xmlunit-core:2.10.0'
69
testImplementation 'org.xmlunit:xmlunit-matchers:2.10.0'
70
testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0'
0 commit comments