Skip to content

Commit 6afcfba

Browse files
eziosudoDamon Xie
and
Damon Xie
authored
KAFKA-15159: upgrade minor dependencies (#13982)
Reviewers: Divij Vaidya <[email protected]> --------- Co-authored-by: Damon Xie <[email protected]>
1 parent 51bc410 commit 6afcfba

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
@@ -238,18 +238,18 @@ jetty-util-9.4.51.v20230217
238238
jetty-util-ajax-9.4.51.v20230217
239239
jose4j-0.9.3
240240
lz4-java-1.8.0
241-
maven-artifact-3.8.4
241+
maven-artifact-3.8.8
242242
metrics-core-4.1.12.1
243243
metrics-core-2.2.0
244-
netty-buffer-4.1.92.Final
245-
netty-codec-4.1.92.Final
246-
netty-common-4.1.92.Final
247-
netty-handler-4.1.92.Final
248-
netty-resolver-4.1.92.Final
249-
netty-transport-4.1.92.Final
250-
netty-transport-classes-epoll-4.1.92.Final
251-
netty-transport-native-epoll-4.1.92.Final
252-
netty-transport-native-unix-common-4.1.92.Final
244+
netty-buffer-4.1.94.Final
245+
netty-codec-4.1.94.Final
246+
netty-common-4.1.94.Final
247+
netty-handler-4.1.94.Final
248+
netty-resolver-4.1.94.Final
249+
netty-transport-4.1.94.Final
250+
netty-transport-classes-epoll-4.1.94.Final
251+
netty-transport-native-epoll-4.1.94.Final
252+
netty-transport-native-unix-common-4.1.94.Final
253253
plexus-utils-3.3.0
254254
reload4j-1.2.25
255255
rocksdbjni-7.1.2

gradle/dependencies.gradle

+5-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ versions += [
7777
apacheda: "1.0.2",
7878
apacheds: "2.0.0-M24",
7979
argparse4j: "0.7.0",
80-
bcpkix: "1.73",
80+
bcpkix: "1.75",
8181
caffeine: "2.9.3", // 3.x supports JDK 11 and above
8282
checkstyle: "8.36.2",
8383
commonsCli: "1.4",
@@ -103,7 +103,7 @@ versions += [
103103
jopt: "5.0.4",
104104
jose4j: "0.9.3",
105105
junit: "5.9.3",
106-
jqwik: "1.7.2",
106+
jqwik: "1.7.4",
107107
kafka_0100: "0.10.0.1",
108108
kafka_0101: "0.10.1.1",
109109
kafka_0102: "0.10.2.2",
@@ -124,9 +124,9 @@ versions += [
124124
kafka_32: "3.2.3",
125125
kafka_33: "3.3.1",
126126
lz4: "1.8.0",
127-
mavenArtifact: "3.8.4",
127+
mavenArtifact: "3.8.8",
128128
metrics: "2.2.0",
129-
netty: "4.1.92.Final",
129+
netty: "4.1.94.Final",
130130
pcollections: "4.0.1",
131131
powermock: "2.0.9",
132132
reflections: "0.9.12",
@@ -142,6 +142,7 @@ versions += [
142142
slf4j: "1.7.36",
143143
snappy: "1.1.10.1",
144144
spotbugs: "4.7.3",
145+
// New version of Swagger 2.2.14 requires minimum JDK 11.
145146
swaggerAnnotations: "2.2.8",
146147
swaggerJaxrs2: "2.2.8",
147148
zinc: "1.8.0",

0 commit comments

Comments
 (0)