Skip to content

Commit

Permalink
Update opencsv dependency (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Jun 21, 2024
1 parent 8fd33d1 commit d3a94cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafacture-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description = 'Modules for processing comma-separated values'

dependencies {
api project(':metafacture-framework')
implementation 'com.opencsv:opencsv:3.9'
implementation 'com.opencsv:opencsv:3.10'
testImplementation "junit:junit:${versions.junit}"
testImplementation "org.mockito:mockito-core:${versions.mockito}"
}

0 comments on commit d3a94cd

Please sign in to comment.