Skip to content

Commit 78079e2

Browse files
authored
[b/376629469] Upgrade avro library to version 1.11.4 (#667)
* added avro 1.11.4
1 parent 6927d85 commit 78079e2

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

dumper/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies {
5050
implementation libs.jopt.simple
5151
implementation libs.jdiagnostics
5252
implementation libs.commons.io
53+
implementation libs.apache.avro
5354
implementation libs.apache.commons.csv
5455
implementation libs.apache.commons.lang3
5556
implementation libs.hadoop.common

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ org.apache.arrow:arrow-format:15.0.2=compileClasspath,runtimeClasspath,testCompi
232232
org.apache.arrow:arrow-memory-core:15.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
233233
org.apache.arrow:arrow-memory-netty:15.0.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
234234
org.apache.arrow:arrow-vector:15.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
235-
org.apache.avro:avro:1.9.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
235+
org.apache.avro:avro:1.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
236236
org.apache.commons:commons-compress:1.24.0=compileClasspath,runtimeClasspath
237237
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
238238
org.apache.commons:commons-configuration2:2.8.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
@@ -39,6 +39,7 @@ dependencies {
3939
implementation libs.jackson.databind
4040
compileOnly libs.javax.annotation.api
4141

42+
hive312RuntimeOnly libs.apache.avro
4243
hive312RuntimeOnly libs.hive.common
4344
hive312RuntimeOnly libs.hive.exec
4445
hive312RuntimeOnly libs.hive.service

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ com.sun.jersey:jersey-server:1.19=hive312RuntimeClasspath
6262
com.sun.jersey:jersey-servlet:1.19=hive312RuntimeClasspath
6363
com.sun.xml.bind:jaxb-impl:2.2.3-1=hive312RuntimeClasspath
6464
com.tdunning:json:1.8=hive312RuntimeClasspath
65-
com.thoughtworks.paranamer:paranamer:2.7=hive312RuntimeClasspath
6665
com.vlkan:flatbuffers:1.2.0-3f79e055=hive312RuntimeClasspath
6766
com.yahoo.datasketches:memory:0.9.0=hive312RuntimeClasspath
6867
com.yahoo.datasketches:sketches-core:0.9.0=hive312RuntimeClasspath
@@ -124,7 +123,7 @@ org.apache.ant:ant:1.9.1=hive312RuntimeClasspath
124123
org.apache.arrow:arrow-format:0.8.0=hive312RuntimeClasspath
125124
org.apache.arrow:arrow-memory:0.8.0=hive312RuntimeClasspath
126125
org.apache.arrow:arrow-vector:0.8.0=hive312RuntimeClasspath
127-
org.apache.avro:avro:1.8.2=hive312RuntimeClasspath
126+
org.apache.avro:avro:1.11.4=hive312RuntimeClasspath
128127
org.apache.calcite.avatica:avatica:1.11.0=hive312RuntimeClasspath
129128
org.apache.calcite:calcite-core:1.16.0=hive312RuntimeClasspath
130129
org.apache.calcite:calcite-druid:1.16.0=hive312RuntimeClasspath
@@ -323,8 +322,6 @@ org.slf4j:slf4j-api:1.7.13=hive312RuntimeClasspath
323322
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath
324323
org.slf4j:slf4j-api:2.0.16=testRuntimeClasspath
325324
org.slf4j:slf4j-log4j12:1.7.25=hive312RuntimeClasspath
326-
org.tukaani:xz:1.5=hive312RuntimeClasspath
327-
org.xerial.snappy:snappy-java:1.1.1.3=hive312RuntimeClasspath
328325
sqlline:sqlline:1.3.0=hive312RuntimeClasspath
329326
stax:stax-api:1.0.1=hive312RuntimeClasspath
330327
xerces:xercesImpl:2.9.1=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TO FORMAT: run ./gradlew versionCatalogFormat
22
# TO UPGRADE: run ./gradlew versionCatalogUpdate (accepts an --interactive flag)
33
[versions]
4+
apache-avro = "1.11.4"
45
apache-commons-compress = "1.27.1"
56
apache-commons-csv = "1.12.0"
67
apache-commons-lang3 = "3.17.0"
@@ -53,6 +54,7 @@ version-catalog-update-plugin = "0.8.5"
5354
wiremock = "2.27.2"
5455

5556
[libraries]
57+
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
5658
apache-commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commons-compress" }
5759
apache-commons-csv = { module = "org.apache.commons:commons-csv", version.ref = "apache-commons-csv" }
5860
apache-commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "apache-commons-lang3" }

0 commit comments

Comments
 (0)