Skip to content

Commit dc42fa6

Browse files
Update beanutils to 1.11 (#997)
1 parent 0f316b3 commit dc42fa6

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

dumper/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dependencies {
6868
exclude group: "ch.qos.reload4j", module: "reload4j"
6969
exclude group: "org.slf4j", module: "slf4j-reload4j"
7070
}
71+
implementation libs.commons.beanutils // explicit version for vulnerabilities update
7172
implementation libs.hadoop.hdfs.client
7273
implementation(libs.harawata.appdirs) {
7374
exclude group: "net.java.dev.jna", module: "jna"

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ com.sun.jersey:jersey-servlet:1.19.4=compileClasspath,runtimeClasspath,testCompi
102102
com.sun.xml.bind:jaxb-impl:2.2.3-1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
103103
com.swrve:rate-limited-logger:2.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
104104
com.zaxxer:HikariCP:4.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
105-
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
105+
commons-beanutils:commons-beanutils:1.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
106106
commons-cli:commons-cli:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
107107
commons-codec:commons-codec:1.17.1=testFixturesCompileClasspath
108108
commons-codec:commons-codec:1.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656
hive312RuntimeOnly libs.hadoop.common
5757
hive312RuntimeOnly libs.logback.classic
5858
hive312RuntimeOnly libs.jcl.over.slf4j
59+
hive312RuntimeOnly libs.commons.beanutils // explicit version for vulnerabilities update
5960

6061
// For HiveServer2
6162
hive312RuntimeOnly libs.tez.common

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ oozie-client = "5.2.1"
7171
amazon = "2.31.16"
7272
cloudrun = "0.60.0"
7373
jna = "5.17.0"
74+
commons-beanutils = "1.11.0"
7475

7576
[libraries]
7677
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -102,6 +103,7 @@ gradle-license-report = { module = "com.github.jk1:gradle-license-report", versi
102103
guava = { module = "com.google.guava:guava", version.ref = "guava" }
103104
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
104105
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
106+
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
105107
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
106108
harawata-appdirs = {module = "net.harawata:appdirs", version = "1.3.0"}
107109
hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }

0 commit comments

Comments
 (0)