This commit is contained in:
Anthony Stirling 2024-01-01 18:31:36 +00:00
parent e273294360
commit d755fd1861

View file

@ -124,7 +124,7 @@ dependencies {
//general PDF
// https://mvnrepository.com/artifact/com.opencsv/opencsv
implementation ('com.opencsv:opencsv:5.7.1') {
implementation ('com.opencsv:opencsv:5.9') {
exclude group: 'commons-logging', module: 'commons-logging'
}