Skip to content

Commit

Permalink
Merge pull request #112 from nomemory/dependabot/gradle/com.opencsv-o…
Browse files Browse the repository at this point in the history
…pencsv-5.7.0

Bump opencsv from 5.6 to 5.7.0
  • Loading branch information
nomemory authored Sep 19, 2022
2 parents 1fb4460 + 1cd09ce commit dd985f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
compile 'net.andreinc:aleph:0.1.1'
compile 'net.andreinc:markovneat:1.8'

testImplementation group: 'com.opencsv', name: 'opencsv', version: '5.6'
testImplementation group: 'com.opencsv', name: 'opencsv', version: '5.7.0'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
}
Expand Down

0 comments on commit dd985f0

Please sign in to comment.