Skip to content

Commit

Permalink
fix(deps): update dependency com.adobe.testing:s3mock-junit5 to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and vlsi committed Dec 9, 2023
1 parent 46b7235 commit 7a0ea19
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 @@ -72,7 +72,7 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.adobe.testing:s3mock-junit5:2.11.0") {
testImplementation("com.adobe.testing:s3mock-junit5:2.17.0") {
// Gradle has its own logging
exclude("ch.qos.logback", "logback-classic")
exclude("org.apache.logging.log4j", "log4j-to-slf4j")
Expand Down

0 comments on commit 7a0ea19

Please sign in to comment.