Skip to content

Commit

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

Bump opencsv from 5.5.2 to 5.6
  • Loading branch information
nomemory authored Jun 30, 2022
2 parents c8df715 + d7c1ade commit 1fb4460
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.5.2'
testImplementation group: 'com.opencsv', name: 'opencsv', version: '5.6'
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 1fb4460

Please sign in to comment.