We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32beffb + f211233 commit e3cf044Copy full SHA for e3cf044
build.gradle
@@ -28,7 +28,7 @@ subprojects {
28
versions = [
29
'assertj_core': '3.11.1',
30
'commons_compress': '1.21',
31
- 'guava': '29.0-jre',
+ 'guava': '32.0.1-jre',
32
'jackson_databind': '2.15.1',
33
'jdk': '11',
34
'junit': '4.12',
metafacture-csv/build.gradle
@@ -19,7 +19,7 @@ description = 'Modules for processing comma-separated values'
19
20
dependencies {
21
api project(':metafacture-framework')
22
- implementation 'com.opencsv:opencsv:3.9'
+ implementation 'com.opencsv:opencsv:3.10'
23
testImplementation "junit:junit:${versions.junit}"
24
testImplementation "org.mockito:mockito-core:${versions.mockito}"
25
}
0 commit comments