From 5c33110ce2972e526fab8029f5b6f43d81f6f5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:24:35 +0000 Subject: [PATCH] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.10.0 to 1.11.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.10.0...rel/commons-csv-1.11.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 07a10446..ff467819 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ license = { id = "com.jaredsburrows.license", version = "0.9.7" } [libraries] android-plugin = { module = "com.android.tools.build:gradle", version = "7.2.2" } -commons = { module = "org.apache.commons:commons-csv", version = "1.10.0" } +commons = { module = "org.apache.commons:commons-csv", version = "1.11.0" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.1" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }