Skip to content

Commit 5ad3fc9

Browse files
chore(deps): bump org.xmlunit:xmlunit-legacy from 2.12.0 to 2.13.0
Bumps [org.xmlunit:xmlunit-legacy](https://github.com/xmlunit/xmlunit) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-legacy dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33a0ebe commit 5ad3fc9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ allprojects {
5858
"org.apache.commons:commons-lang3:3.20.0",
5959
"org.apache.logging.log4j:log4j-api:2.26.1",
6060
"org.apache.logging.log4j:log4j-core:2.26.1",
61-
"org.xmlunit:xmlunit-core:2.12.0",
62-
"org.xmlunit:xmlunit-legacy:2.12.0",
63-
"org.xmlunit:xmlunit-placeholders:2.12.0",
61+
"org.xmlunit:xmlunit-core:2.13.0",
62+
"org.xmlunit:xmlunit-legacy:2.13.0",
63+
"org.xmlunit:xmlunit-placeholders:2.13.0",
6464
)
6565
}
6666
}

buildSrc/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ configurations.configureEach {
4444
"org.apache.commons:commons-lang3:3.20.0",
4545
"org.apache.logging.log4j:log4j-api:2.26.1",
4646
"org.apache.logging.log4j:log4j-core:2.26.1",
47-
"org.xmlunit:xmlunit-core:2.12.0",
48-
"org.xmlunit:xmlunit-legacy:2.12.0",
49-
"org.xmlunit:xmlunit-placeholders:2.12.0",
47+
"org.xmlunit:xmlunit-core:2.13.0",
48+
"org.xmlunit:xmlunit-legacy:2.13.0",
49+
"org.xmlunit:xmlunit-placeholders:2.13.0",
5050
)
5151
}
5252

0 commit comments

Comments
 (0)