mirror of https://github.com/apache/kafka.git
KAFKA-16322 upgrade jline from 3.22.0 to 3.25.1 (#15464)
An issue in the component "GroovyEngine.execute" of jline-groovy versions through 3.24.1 allows attackers to cause an OOM (OutofMemory) error. Please refer to https://devhub.checkmarx.com/cve-details/CVE-2023-50572 for more details Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
8aa39869aa
commit
361def5432
|
@ -331,7 +331,7 @@ zstd-jni-1.5.5-1 see: licenses/zstd-jni-BSD-2-clause
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
BSD 3-Clause
|
BSD 3-Clause
|
||||||
|
|
||||||
jline-3.22.0, see: licenses/jline-BSD-3-clause
|
jline-3.25.1, see: licenses/jline-BSD-3-clause
|
||||||
jsr305-3.0.2, see: licenses/jsr305-BSD-3-clause
|
jsr305-3.0.2, see: licenses/jsr305-BSD-3-clause
|
||||||
paranamer-2.8, see: licenses/paranamer-BSD-3-clause
|
paranamer-2.8, see: licenses/paranamer-BSD-3-clause
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@ versions += [
|
||||||
javassist: "3.29.2-GA",
|
javassist: "3.29.2-GA",
|
||||||
jetty: "9.4.53.v20231009",
|
jetty: "9.4.53.v20231009",
|
||||||
jersey: "2.39.1",
|
jersey: "2.39.1",
|
||||||
jline: "3.22.0",
|
jline: "3.25.1",
|
||||||
jmh: "1.36",
|
jmh: "1.36",
|
||||||
hamcrest: "2.2",
|
hamcrest: "2.2",
|
||||||
scalaLogging: "3.9.4",
|
scalaLogging: "3.9.4",
|
||||||
|
|
Loading…
Reference in New Issue