Skip to content

Commit a0366e7

Browse files
update lockfiles for commons csv
1 parent 147d7e9 commit a0366e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ org.apache.avro:avro:1.11.4=compileClasspath,runtimeClasspath,testCompileClasspa
182182
org.apache.commons:commons-compress:1.26.2=compileClasspath,runtimeClasspath
183183
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
184184
org.apache.commons:commons-configuration2:2.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
185-
org.apache.commons:commons-csv:1.13.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
185+
org.apache.commons:commons-csv:1.14.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
186186
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
187187
org.apache.commons:commons-math3:3.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
188188
org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ wiremock = { module = "com.github.tomakehurst:wiremock-standalone", version.ref
175175
aws-s3 = { group = "software.amazon.awssdk", name = "s3", version.ref = "amazon" }
176176
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
177177
avro = { group = "org.apache.avro", name = "avro", version.ref = "avro" }
178-
commons-csv = { group = "org.apache.commons", name = "commons-csv", version = "1.14.1" }
179-
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.18.0" }
178+
commons-csv = { module = "org.apache.commons:commons-csv", version = "1.14.1" }
179+
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.18.0" }
180180
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
181181
google-cloud-storage = { group = "com.google.cloud", name = "google-cloud-storage", version.ref = "google" }
182182
google-cloud-run = { group = "com.google.cloud", name = "google-cloud-run", version.ref = "cloudrun" }

0 commit comments

Comments
 (0)