Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grpc-netty-shaded, grpc-protobuf, ... to 1.71.0 #3856

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val JS_JAVA_TIME_VERSION = "1.0.0"
val SCALAJS_DOM_VERSION = "2.8.0"
val FINAGLE_VERSION = "24.2.0"
val FLUENCY_VERSION = "2.7.3"
val GRPC_VERSION = "1.70.0"
val GRPC_VERSION = "1.71.0"
val JMH_VERSION = "1.37"
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
val PARQUET_VERSION = "1.15.0"
Expand Down Expand Up @@ -974,7 +974,7 @@ lazy val fluentd =
"org.komamitsu" % "fluency-fluentd" % FLUENCY_VERSION,
"org.komamitsu" % "fluency-treasuredata" % FLUENCY_VERSION
// td-client-java -> json-simple happened to include junit 4.10 [CVE-2020-15250]
exclude ("junit", "junit"),
exclude ("junit", "junit"),
// Necessary for td-client-java, which is used in fluency-treasuredata
"com.fasterxml.jackson.datatype" % "jackson-datatype-json-org" % "2.18.3" % Provided,
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.18.3" % Provided,
Expand Down
Loading