mirror of https://github.com/apache/kafka.git
KAFKA-15159: upgrade minor dependencies (#13982)
Reviewers: Divij Vaidya <diviv@amazon.com> --------- Co-authored-by: Damon Xie <damon.xie@zoom.us>
This commit is contained in:
parent
51bc41031b
commit
6afcfba9f3
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue