Skip to content

Commit

Permalink
KAFKA-16825: Update netty/jetty/jackson/zstd dependencies (apache#16038)
Browse files Browse the repository at this point in the history
Reviewers: Luke Chen <showuon@gmail.com>
  • Loading branch information
mimaison committed May 23, 2024
1 parent ab0cc72 commit 8d117a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ versions += [
gradle: "8.7",
grgit: "4.1.1",
httpclient: "4.5.14",
jackson: "2.16.1",
jackson: "2.16.2",
jacoco: "0.8.10",
javassist: "3.29.2-GA",
jetty: "9.4.53.v20231009",
jetty: "9.4.54.v20240208",
jersey: "2.39.1",
jline: "3.25.1",
jmh: "1.37",
Expand Down Expand Up @@ -146,7 +146,7 @@ versions += [
lz4: "1.8.0",
mavenArtifact: "3.9.6",
metrics: "2.2.0",
netty: "4.1.100.Final",
netty: "4.1.110.Final",
opentelemetryProto: "1.0.0-alpha",
pcollections: "4.0.1",
powermock: "2.0.9",
Expand All @@ -165,7 +165,7 @@ versions += [
spotbugs: "4.8.0",
zinc: "1.9.2",
zookeeper: "3.8.4",
zstd: "1.5.5-11"
zstd: "1.5.6-3"
]

libs += [
Expand Down

0 comments on commit 8d117a1

Please sign in to comment.