Skip to content

Commit

Permalink
Merge pull request #1541 from phac-nml/dependabot/gradle/org.dbunit-d…
Browse files Browse the repository at this point in the history
…bunit-2.8.0
  • Loading branch information
ericenns authored Nov 15, 2024
2 parents 4ab6575 + 303ca71 commit ef3c095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ dependencies {
testImplementation("io.rest-assured:rest-assured")
testImplementation("io.rest-assured:json-path")
testImplementation("com.github.springtestdbunit:spring-test-dbunit:1.3.0")
testImplementation("org.dbunit:dbunit:2.7.3") {
testImplementation("org.dbunit:dbunit:2.8.0") {
exclude(group = "org.slf4j")
}
testImplementation("org.seleniumhq.selenium:selenium-support:4.4.0")
Expand Down

0 comments on commit ef3c095

Please sign in to comment.