From 4f8fd3951add74d4a7f5ee50963e8c5571623501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:13:10 +0000 Subject: [PATCH] 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](https://github.com/apache/commons-csv/compare/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] --- gmail/snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmail/snippets/build.gradle b/gmail/snippets/build.gradle index 69378a2d..7713df0d 100644 --- a/gmail/snippets/build.gradle +++ b/gmail/snippets/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0' implementation 'com.google.apis:google-api-services-gmail:v1-rev20220404-2.0.0' implementation 'javax.mail:mail:1.4.7' - implementation 'org.apache.commons:commons-csv:1.9.0' + implementation 'org.apache.commons:commons-csv:1.13.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:4.8.0' testImplementation 'org.hamcrest:hamcrest:2.2'