Skip to content

Commit

Permalink
Merge branch '6.1.1-rc1' of github.com:metafacture/metafacture-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Jul 2, 2024
2 parents 32beffb + f211233 commit e3cf044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
versions = [
'assertj_core': '3.11.1',
'commons_compress': '1.21',
'guava': '29.0-jre',
'guava': '32.0.1-jre',
'jackson_databind': '2.15.1',
'jdk': '11',
'junit': '4.12',
Expand Down
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 e3cf044

Please sign in to comment.