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:
Johnny Hsu 2024-03-06 19:39:34 +08:00 committed by Manikumar Reddy
parent 8aa39869aa
commit 361def5432
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ zstd-jni-1.5.5-1 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

View File

@ -92,7 +92,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.36",
hamcrest: "2.2",
scalaLogging: "3.9.4",