Skip to content

Commit 208b96c

Browse files
Update dependency com.opencsv:opencsv from 5.11.2 to 5.12.0 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Róbert Papp <[email protected]>
1 parent 760efd7 commit 208b96c

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)