Skip to content

Commit

Permalink
[Java] Update forced dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Dec 13, 2024
1 parent 1fc05f8 commit 633025e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ allprojects {
failOnVersionConflict()

force libs.agrona,
libs.jackson.databind,
libs.slf4j.api,
libs.scala.library,
libs.scala.reflect,
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version.ref = "grpc
grpc-stub = { group = "io.grpc", name = "grpc-stub", version.ref = "grpc" }
grpc-netty-shaded = { group = "io.grpc", name = "grpc-netty-shaded", version.ref = "grpc" }
tomcat-annotations-api = { group = "org.apache.tomcat", name = "annotations-api", version = "6.0.53" }
checker = { group= "org.checkerframework" , name="checker-qual", version = "3.33.0" }
errorprone = { group= "com.google.errorprone" , name="error_prone_annotations", version = "2.28.0" }
checker = { group= "org.checkerframework" , name="checker-qual", version = "3.43.0" }
errorprone = { group= "com.google.errorprone" , name="error_prone_annotations", version = "2.30.0" }
disruptor = { group= "com.lmax" , name="disruptor", version = "3.4.0" }
kafka = { group= "org.apache.kafka" , name="kafka_2.13", version.ref = "kafka" }
kafka-clients = { group= "org.apache.kafka" , name="kafka-clients", version.ref = "kafka" }
Expand Down

0 comments on commit 633025e

Please sign in to comment.