Skip to content

Commit d651b58

Browse files
committed
build.gradle.kts: Upgrade OpenCSV dependency
The OpenCSV version 5.7.1 was affected by vulnerabilities from dependencies: CVE-2025-48924 and CVE-2025-48734. Upgrade to the most recent version of the library.
1 parent 5a28ae1 commit d651b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// https://mvnrepository.com/artifact/com.opencsv/opencsv
16-
implementation("com.opencsv:opencsv:5.7.1")
16+
implementation("com.opencsv:opencsv:5.12.0")
1717
// implementation("org.bytedeco:javacv-platform:1.5.9") // NOTE: This is too large
1818
implementation("org.bytedeco:javacv:1.5.9")
1919
implementation("org.bytedeco:ffmpeg:6.0-1.5.9")

0 commit comments

Comments
 (0)