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
8f5bb8cfb3
commit
bc0c73e944
|
@ -333,7 +333,7 @@ zstd-jni-1.5.5-11 see: licenses/zstd-jni-BSD-2-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
|
||||
paranamer-2.8, see: licenses/paranamer-BSD-3-clause
|
||||
protobuf-java-3.23.4, see: licenses/protobuf-java-BSD-3-clause
|
||||
|
|
|
@ -108,7 +108,7 @@ versions += [
|
|||
javassist: "3.29.2-GA",
|
||||
jetty: "9.4.53.v20231009",
|
||||
jersey: "2.39.1",
|
||||
jline: "3.22.0",
|
||||
jline: "3.25.1",
|
||||
jmh: "1.37",
|
||||
hamcrest: "2.2",
|
||||
scalaLogging: "3.9.4",
|
||||
|
|
Loading…
Reference in New Issue