m1a2st commented on code in PR #23384: URL: https://github.com/apache/kafka/pull/23384#discussion_r3946374085
########## gradle/dependencies.gradle: ########## @@ -130,8 +130,8 @@ versions += [ slf4j: "1.7.36", snappy: "1.1.10.7", spotbugs: "4.9.8", - testcontainers: "1.20.2", - testcontainersKeycloak: "3.5.1", + testcontainers: "2.0.5", Review Comment: The `testcontainers` variable is now unused, its only consumer was the `testcontainersJunitJupiter` library alias. We can consider removing it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
