Skip to content

Commit d1af283

Browse files
eziosudoDamon Xie
authored andcommitted
KAFKA-15159: upgrade minor dependencies (#13982)
Reviewers: Divij Vaidya <[email protected]> --------- Co-authored-by: Damon Xie <[email protected]>
1 parent f30d61b commit d1af283

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

LICENSE-binary

+10-10
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,18 @@ jetty-util-9.4.51.v20230217
232232
jetty-util-ajax-9.4.51.v20230217
233233
jose4j-0.9.3
234234
lz4-java-1.8.0
235-
maven-artifact-3.8.4
235+
maven-artifact-3.8.8
236236
metrics-core-4.1.12.1
237237
metrics-core-2.2.0
238-
netty-buffer-4.1.92.Final
239-
netty-codec-4.1.92.Final
240-
netty-common-4.1.92.Final
241-
netty-handler-4.1.92.Final
242-
netty-resolver-4.1.92.Final
243-
netty-transport-4.1.92.Final
244-
netty-transport-classes-epoll-4.1.92.Final
245-
netty-transport-native-epoll-4.1.92.Final
246-
netty-transport-native-unix-common-4.1.92.Final
238+
netty-buffer-4.1.94.Final
239+
netty-codec-4.1.94.Final
240+
netty-common-4.1.94.Final
241+
netty-handler-4.1.94.Final
242+
netty-resolver-4.1.94.Final
243+
netty-transport-4.1.94.Final
244+
netty-transport-classes-epoll-4.1.94.Final
245+
netty-transport-native-epoll-4.1.94.Final
246+
netty-transport-native-unix-common-4.1.94.Final
247247
plexus-utils-3.3.0
248248
reload4j-1.2.25
249249
rocksdbjni-7.1.2

gradle/dependencies.gradle

+5-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ versions += [
6060
apacheda: "1.0.2",
6161
apacheds: "2.0.0-M24",
6262
argparse4j: "0.7.0",
63-
bcpkix: "1.73",
63+
bcpkix: "1.75",
6464
checkstyle: "8.36.2",
6565
commonsCli: "1.4",
6666
dropwizardMetrics: "4.1.12.1",
@@ -85,7 +85,7 @@ versions += [
8585
jopt: "5.0.4",
8686
jose4j: "0.9.3",
8787
junit: "5.9.3",
88-
jqwik: "1.7.2",
88+
jqwik: "1.7.4",
8989
kafka_0100: "0.10.0.1",
9090
kafka_0101: "0.10.1.1",
9191
kafka_0102: "0.10.2.2",
@@ -106,10 +106,10 @@ versions += [
106106
kafka_32: "3.2.3",
107107
kafka_33: "3.3.1",
108108
lz4: "1.8.0",
109-
mavenArtifact: "3.8.4",
109+
mavenArtifact: "3.8.8",
110110
metrics: "2.2.0",
111111
mockito: "4.9.0",
112-
netty: "4.1.92.Final",
112+
netty: "4.1.94.Final",
113113
powermock: "2.0.9",
114114
reflections: "0.9.12",
115115
reload4j: "1.2.25",
@@ -124,6 +124,7 @@ versions += [
124124
slf4j: "1.7.36",
125125
snappy: "1.1.10.1",
126126
spotbugs: "4.7.3",
127+
// New version of Swagger 2.2.14 requires minimum JDK 11.
127128
swaggerAnnotations: "2.2.8",
128129
swaggerJaxrs2: "2.2.8",
129130
zinc: "1.8.0",

0 commit comments

Comments
 (0)