Skip to content

Commit 0588cf3

Browse files
Update dependency com.opencsv:opencsv to v5.11 (#111)
1 parent 3888381 commit 0588cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencyResolutionManagement {
2929
library("bouncy", "org.bouncycastle", "bcprov-jdk18on").version("1.80")
3030
library("bcpkix", "org.bouncycastle", "bcpkix-jdk18on").version("1.80")
3131
library("bcrypt", "at.favre.lib", "bcrypt").version("0.10.2")
32-
library("csv", "com.opencsv", "opencsv").version("5.10")
32+
library("csv", "com.opencsv", "opencsv").version("5.11")
3333

3434
// testing dependencies
3535
version("junit.version", "5.12.1")

0 commit comments

Comments
 (0)