Skip to content

Commit bd66b22

Browse files
committed
🔒 Upgrade XMLUnit explicitly
1 parent bfa9867 commit bd66b22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ val commonsValidatorVersion = "1.9.0"
88
val mockkVersion = "1.13.12"
99
val archunitVersion = "1.3.0"
1010
val logunitVersion = "2.0.0"
11+
val xmlunitVersion = "2.10.0"
1112

1213
plugins {
1314
val springDependencyManagementVersion = "1.1.6"
@@ -70,6 +71,7 @@ dependencies {
7071
testImplementation("org.junit.platform:junit-platform-testkit")
7172
testImplementation("org.springframework.boot:spring-boot-starter-data-redis")
7273
testImplementation("org.springframework.boot:spring-boot-starter-test")
74+
testImplementation("org.xmlunit:xmlunit-core:$xmlunitVersion")
7375
testImplementation("com.jayway.jsonpath:json-path:$jsonPathVersion") // override transitive dep due to CVE violation
7476
testImplementation("io.mockk:mockk:$mockkVersion")
7577
testImplementation("com.tngtech.archunit:archunit-junit5:$archunitVersion")
@@ -170,4 +172,4 @@ tasks.javadoc {
170172

171173
release {
172174
tagTemplate = "v${version}"
173-
}
175+
}

0 commit comments

Comments
 (0)