Skip to content

Commit

Permalink
test(deps): align commons-lang3 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergSiebahn committed Nov 27, 2024
1 parent e87498c commit 25a3ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ dependencies {
// try to replace local commons-compress management on update!
testImplementation 'de.flapdoodle.embed:de.flapdoodle.embed.mongo:4.18.1', {
exclude group: "org.slf4j", module: "slf4j-api"
// newer version from operator-framework
exclude group: "org.apache.commons", module: "commons-lang3"
}
testImplementation "org.mongodb:mongodb-driver-legacy:${mongoDbDriverVersion}"
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoVersion}", {
Expand Down

0 comments on commit 25a3ec0

Please sign in to comment.