Skip to content

Commit f41cea9

Browse files
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 (#975)
* Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update lockfiles for commons-lang3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladislav Sidorovich <vsidorovich@google.com>
1 parent fbce919 commit f41cea9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ org.apache.commons:commons-compress:1.26.2=compileClasspath,runtimeClasspath
185185
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
186186
org.apache.commons:commons-configuration2:2.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
187187
org.apache.commons:commons-csv:1.13.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
188-
org.apache.commons:commons-lang3:3.17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
188+
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
189189
org.apache.commons:commons-math3:3.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
190190
org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
191191
org.apache.curator:curator-client:5.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dumper/lib-common/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ commons-codec:commons-codec:1.17.1=testCompileClasspath,testFixturesCompileClass
2121
commons-io:commons-io:2.19.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2222
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
2323
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
24-
org.apache.commons:commons-lang3:3.17.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
24+
org.apache.commons:commons-lang3:3.18.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2525
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
2626
org.checkerframework:checker-qual:3.51.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
2727
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ org.apache.commons:commons-compress:1.26.2=hive312RuntimeClasspath
131131
org.apache.commons:commons-configuration2:2.8.0=hive312RuntimeClasspath
132132
org.apache.commons:commons-crypto:1.0.0=hive312RuntimeClasspath
133133
org.apache.commons:commons-lang3:3.14.0=hive312RuntimeClasspath
134-
org.apache.commons:commons-lang3:3.17.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
134+
org.apache.commons:commons-lang3:3.18.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
135135
org.apache.commons:commons-math3:3.6.1=hive312RuntimeClasspath
136136
org.apache.commons:commons-text:1.10.0=hive312RuntimeClasspath
137137
org.apache.curator:apache-curator:2.12.0=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
apache-avro = "1.11.4"
55
apache-commons-compress = "1.27.1"
66
apache-commons-csv = "1.13.0"
7-
apache-commons-lang3 = "3.17.0"
7+
apache-commons-lang3 = "3.18.0"
88
ascii-table = "1.8.0"
99
auto-service = "1.1.1"
1010
auto-value = "1.11.0"
@@ -154,7 +154,7 @@ aws-s3 = { group = "software.amazon.awssdk", name = "s3", version.ref = "amazon"
154154
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
155155
avro = { group = "org.apache.avro", name = "avro", version.ref = "avro" }
156156
commons-csv = { group = "org.apache.commons", name = "commons-csv", version = "1.11.0" }
157-
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.15.0" }
157+
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.18.0" }
158158
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
159159
google-cloud-storage = { group = "com.google.cloud", name = "google-cloud-storage", version.ref = "google" }
160160
google-cloud-run = { group = "com.google.cloud", name = "google-cloud-run", version.ref = "cloudrun" }

0 commit comments

Comments
 (0)