Skip to content

Commit

Permalink
chore(deps): bump org.xmlunit:xmlunit-core from 2.9.+ to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.+ to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/commits/v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 34e3cfc commit 4714bf2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -33,7 +33,7 @@ dependencies {
testImplementation("io.github.glytching:junit-extensions:2.6.0")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.xmlunit:xmlunit-core:2.9.+")
testImplementation("org.xmlunit:xmlunit-core:2.10.+")
if (JavaVersion.current().isJava8) {
testImplementation("org.mockito:mockito-core:4.+")
testImplementation("org.mockito:mockito-junit-jupiter:4.+")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-asl/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
testImplementation("org.xmlunit:xmlunit-core:2.9.+")
testImplementation("org.xmlunit:xmlunit-core:2.10.+")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion plantuml-epl/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
testImplementation("org.xmlunit:xmlunit-core:2.9.+")
testImplementation("org.xmlunit:xmlunit-core:2.10.+")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion plantuml-gplv2/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
testImplementation("org.xmlunit:xmlunit-core:2.9.+")
testImplementation("org.xmlunit:xmlunit-core:2.10.+")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion plantuml-lgpl/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
testImplementation("org.xmlunit:xmlunit-core:2.9.+")
testImplementation("org.xmlunit:xmlunit-core:2.10.+")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion plantuml-mit/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
testImplementation("org.xmlunit:xmlunit-core:2.9.+")
testImplementation("org.xmlunit:xmlunit-core:2.10.+")
}

repositories {
Expand Down

0 comments on commit 4714bf2

Please sign in to comment.