m1a2st commented on code in PR #19897: URL: https://github.com/apache/kafka/pull/19897#discussion_r2129008697
########## gradle/dependencies.gradle: ########## @@ -109,23 +109,23 @@ versions += [ mavenArtifact: "3.9.6", metrics: "2.2.0", mockito: "5.14.2", - opentelemetryProto: "1.0.0-alpha", + opentelemetryProto: "1.3.2-alpha", protobuf: "3.25.5", // a dependency of opentelemetryProto - pcollections: "4.0.1", - re2j: "1.7", - rocksDB: "9.7.3", + pcollections: "4.0.2", + re2j: "1.8", + rocksDB: "9.7.4", Review Comment: I think we don’t need to update the RocksDB minor version in this PR, since another PR will handle the major version upgrade. Ref: https://github.com/apache/kafka/pull/19880/files -- 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]
