We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89015c commit f662d5fCopy full SHA for f662d5f
build.gradle.kts
@@ -87,6 +87,12 @@ dependencies {
87
}
88
testImplementation("org.springframework.boot:spring-boot-test:$springBootVersion")
89
constraints {
90
+ testImplementation("org.xmlunit:xmlunit-core") {
91
+ because("previous versions have security vulnerabilities")
92
+ version {
93
+ require("2.10.0")
94
+ }
95
96
testImplementation("org.yaml:snakeyaml:2.2") {
97
because("previous versions have security vulnerabilities")
98
0 commit comments