Skip to content

Commit 4c8f73b

Browse files
Update dependency com.opencsv:opencsv from 5.11.2 to 5.12.0
1 parent 8f651b2 commit 4c8f73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/notion/import-data/notion-import-csv.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Note: normally these dependencies are listed without a -jvm suffix,
33
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
44
@file:Repository("https://repo1.maven.org/maven2/")
5-
@file:DependsOn("com.opencsv:opencsv:5.11.2")
5+
@file:DependsOn("com.opencsv:opencsv:5.12.0")
66
@file:DependsOn("com.github.seratch:notion-sdk-jvm-core:1.11.1")
77
@file:DependsOn("com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1")
88

0 commit comments

Comments
 (0)