Skip to content

Commit 4f8fd39

Browse files
chore(deps): bump org.apache.commons:commons-csv in /gmail/snippets
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.13.0. - [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.13.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26cb124 commit 4f8fd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmail/snippets/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0'
99
implementation 'com.google.apis:google-api-services-gmail:v1-rev20220404-2.0.0'
1010
implementation 'javax.mail:mail:1.4.7'
11-
implementation 'org.apache.commons:commons-csv:1.9.0'
11+
implementation 'org.apache.commons:commons-csv:1.13.0'
1212
testImplementation 'junit:junit:4.13.2'
1313
testImplementation 'org.mockito:mockito-inline:4.8.0'
1414
testImplementation 'org.hamcrest:hamcrest:2.2'

0 commit comments

Comments
 (0)