Skip to content

Commit

Permalink
deps: Update xmlunit to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed May 31, 2024
1 parent d44be34 commit c2feb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jacocoVersion = 0.8.12
junitVersion = 4.13.2
slf4jVersion = 2.0.13
slf4jTestVersion = 3.0.1
xmlunitVersion = 1.6
xmlunitVersion = 2.10.0
xomVersion = 1.3.8

kordampPluginVersion = 0.54.0
Expand Down
2 changes: 1 addition & 1 deletion subprojects/json-lib-core/json-lib-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
api("xom:xom:$xomVersion")
api("org.kordamp.ezmorph:ezmorph-core:$ezmorphVersion")

testImplementation("xmlunit:xmlunit:$xmlunitVersion")
testImplementation("org.xmlunit:xmlunit-legacy:$xmlunitVersion")
testImplementation("com.github.valfirst:slf4j-test:$slf4jTestVersion")
}

0 comments on commit c2feb51

Please sign in to comment.