chia7712 commented on code in PR #19897:
URL: https://github.com/apache/kafka/pull/19897#discussion_r2132858137


##########
gradle/dependencies.gradle:
##########
@@ -108,25 +108,25 @@ versions += [
   lz4: "1.8.0",
   mavenArtifact: "3.9.6",
   metrics: "2.2.0",
-  mockito: "5.14.2",
-  opentelemetryProto: "1.0.0-alpha",
+  mockito: "5.18.0",
+  opentelemetryProto: "1.7.0-alpha",
   protobuf: "3.25.5", // a dependency of opentelemetryProto
-  pcollections: "4.0.1",
-  re2j: "1.7",
+  pcollections: "4.0.2",
+  re2j: "1.8",
   rocksDB: "9.7.3",
   // When updating the scalafmt version please also update the version field 
in checkstyle/.scalafmt.conf. scalafmt now
   // has the version field as mandatory in its configuration, see
   // https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
   scalafmt: "3.7.14",
   scoverage: "2.0.11",
   slf4j: "1.7.36",
-  snappy: "1.1.10.5",
+  snappy: "1.1.10.7",
   spotbugs: "4.8.6",
   zinc: "1.9.2",
   // When updating the zstd version, please do as well in 
docker/native/native-image-configs/resource-config.json
   // Also make sure the compression levels in 
org.apache.kafka.common.record.CompressionType are still valid
-  zstd: "1.5.6-10",
-  junitPlatform: "1.10.2",
+  zstd: "1.5.7-3",
+  junitPlatform: "1.13.0",

Review Comment:
   please revert this change



-- 
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]

Reply via email to