Skip to content

Commit

Permalink
Development: Exclude xmlunit dependency due to transitive vulnerabili…
Browse files Browse the repository at this point in the history
…ty (#9339)
  • Loading branch information
Strohgelaender authored Sep 19, 2024
1 parent 2d38488 commit a627887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test:${spring_boot_version}") {
exclude group: "org.junit.vintage", module: "junit-vintage-engine"
exclude group: "com.vaadin.external.google", module: "android-json"
exclude group: "org.xmlunit", module: "xmlunit-core"
}
testImplementation "org.springframework.security:spring-security-test:${spring_security_version}"
testImplementation "org.springframework.boot:spring-boot-test:${spring_boot_version}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.3
urllib3==2.2.2
urllib3==2.2.3

0 comments on commit a627887

Please sign in to comment.