Skip to content

Commit

Permalink
CORE-15310: Use SLF4J 1 in E2E test utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzunigadaly committed Sep 28, 2023
1 parent aa36735 commit e85f0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/e2e-test-utilities/build.gradle
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ dependencies {
constraints {
implementation('org.slf4j:slf4j-api') {
version {
strictly slf4jV2Version
strictly slf4jVersion
}
}
}

0 comments on commit e85f0f7

Please sign in to comment.