Skip to content

Commit e3cf044

Browse files
committed
Merge branch '6.1.1-rc1' of github.com:metafacture/metafacture-core
2 parents 32beffb + f211233 commit e3cf044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
versions = [
2929
'assertj_core': '3.11.1',
3030
'commons_compress': '1.21',
31-
'guava': '29.0-jre',
31+
'guava': '32.0.1-jre',
3232
'jackson_databind': '2.15.1',
3333
'jdk': '11',
3434
'junit': '4.12',

metafacture-csv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = 'Modules for processing comma-separated values'
1919

2020
dependencies {
2121
api project(':metafacture-framework')
22-
implementation 'com.opencsv:opencsv:3.9'
22+
implementation 'com.opencsv:opencsv:3.10'
2323
testImplementation "junit:junit:${versions.junit}"
2424
testImplementation "org.mockito:mockito-core:${versions.mockito}"
2525
}

0 commit comments

Comments
 (0)