Skip to content

Commit c723028

Browse files
chore(deps): bump org.apache.commons:commons-csv
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.14.1. - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.9.0...rel/commons-csv-1.14.1) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26cb124 commit c723028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault/vault-hold-migration-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'com.google.api-client:google-api-client:2.0.0'
1616
implementation 'com.google.oauth-client:google-oauth-client-jetty:1.34.1'
1717
implementation 'com.google.apis:google-api-services-vault:v1-rev20220423-2.0.0'
18-
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0'
18+
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.14.1'
1919
implementation 'com.github.rholder:guava-retrying:2.0.0'
2020
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20220919-2.0.0'
2121
implementation group: 'commons-cli', name: 'commons-cli', version: '1.5.0'

0 commit comments

Comments
 (0)