mirror of https://github.com/apache/kafka.git
KAFKA-12820: Upgrade maven-artifact dependency to resolve CVE-2021-26291
CVE-2021-26291, which makes Man-In-The-Middle-Attack possible, was fixed in maven 3.8.1. Reviewers: Luke Chen <showuon@gmail.com>, Manikumar Reddy <manikumar.reddy@gmail.com>
This commit is contained in:
parent
c714e67685
commit
57c1422468
|
@ -97,7 +97,7 @@ versions += [
|
||||||
kafka_26: "2.6.2",
|
kafka_26: "2.6.2",
|
||||||
kafka_27: "2.7.1",
|
kafka_27: "2.7.1",
|
||||||
lz4: "1.7.1",
|
lz4: "1.7.1",
|
||||||
mavenArtifact: "3.6.3",
|
mavenArtifact: "3.8.1",
|
||||||
metrics: "2.2.0",
|
metrics: "2.2.0",
|
||||||
mockito: "3.9.0",
|
mockito: "3.9.0",
|
||||||
netty: "4.1.62.Final",
|
netty: "4.1.62.Final",
|
||||||
|
|
Loading…
Reference in New Issue