Skip to content

Commit

Permalink
Bump opencsv from 5.5.2 to 5.6
Browse files Browse the repository at this point in the history
Bumps opencsv from 5.5.2 to 5.6.

---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
1 parent c8df715 commit d7c1ade
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 d7c1ade

Please sign in to comment.