Skip to content

KAFKA-15159: upgrade minor dependencies #13982

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

Merged
merged 5 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,18 @@ jetty-util-9.4.51.v20230217
jetty-util-ajax-9.4.51.v20230217
jose4j-0.9.3
lz4-java-1.8.0
maven-artifact-3.8.4
maven-artifact-3.8.8
metrics-core-4.1.12.1
metrics-core-2.2.0
netty-buffer-4.1.92.Final
netty-codec-4.1.92.Final
netty-common-4.1.92.Final
netty-handler-4.1.92.Final
netty-resolver-4.1.92.Final
netty-transport-4.1.92.Final
netty-transport-classes-epoll-4.1.92.Final
netty-transport-native-epoll-4.1.92.Final
netty-transport-native-unix-common-4.1.92.Final
netty-buffer-4.1.94.Final
netty-codec-4.1.94.Final
netty-common-4.1.94.Final
netty-handler-4.1.94.Final
netty-resolver-4.1.94.Final
netty-transport-4.1.94.Final
netty-transport-classes-epoll-4.1.94.Final
netty-transport-native-epoll-4.1.94.Final
netty-transport-native-unix-common-4.1.94.Final
plexus-utils-3.3.0
reload4j-1.2.25
rocksdbjni-7.1.2
Expand Down
9 changes: 5 additions & 4 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ versions += [
apacheda: "1.0.2",
apacheds: "2.0.0-M24",
argparse4j: "0.7.0",
bcpkix: "1.73",
bcpkix: "1.75",
caffeine: "2.9.3", // 3.x supports JDK 11 and above
checkstyle: "8.36.2",
commonsCli: "1.4",
Expand All @@ -103,7 +103,7 @@ versions += [
jopt: "5.0.4",
jose4j: "0.9.3",
junit: "5.9.3",
jqwik: "1.7.2",
jqwik: "1.7.4",
kafka_0100: "0.10.0.1",
kafka_0101: "0.10.1.1",
kafka_0102: "0.10.2.2",
Expand All @@ -124,9 +124,9 @@ versions += [
kafka_32: "3.2.3",
kafka_33: "3.3.1",
lz4: "1.8.0",
mavenArtifact: "3.8.4",
mavenArtifact: "3.8.8",
metrics: "2.2.0",
netty: "4.1.92.Final",
netty: "4.1.94.Final",
pcollections: "4.0.1",
powermock: "2.0.9",
reflections: "0.9.12",
Expand All @@ -142,6 +142,7 @@ versions += [
slf4j: "1.7.36",
snappy: "1.1.10.1",
spotbugs: "4.7.3",
// New version of Swagger 2.2.14 requires minimum JDK 11.
swaggerAnnotations: "2.2.8",
swaggerJaxrs2: "2.2.8",
zinc: "1.8.0",
Expand Down