Skip to content

Commit

Permalink
HIVE-27585: Upgrade kryo serialization lib to latest version (apache#…
Browse files Browse the repository at this point in the history
…4570). (Suprith Chandrashekharachar, reviewed by Ayush Saxena, Attila Turoczy, Simhadri Govindappa)
  • Loading branch information
suprithcs authored and scarlin-cloudera committed Aug 29, 2023
1 parent ffff203 commit 29fb666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<kryo-shaded.version>4.0.3</kryo-shaded.version>
<iceberg.mockito-core.version>3.4.4</iceberg.mockito-core.version>
<iceberg.avro.version>1.11.1</iceberg.avro.version>
<iceberg.kryo.version>5.2.0</iceberg.kryo.version>
<iceberg.kryo.version>5.5.0</iceberg.kryo.version>
<iceberg.checkstyle.plugin.version>3.1.2</iceberg.checkstyle.plugin.version>
<spotless.maven.plugin.version>2.5.0</spotless.maven.plugin.version>
<google.errorprone.javac.version>9+181-r4173-1</google.errorprone.javac.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<junit.jupiter.version>5.6.2</junit.jupiter.version>
<junit.vintage.version>5.6.3</junit.vintage.version>
<kafka.version>2.5.0</kafka.version>
<kryo.version>5.2.0</kryo.version>
<kryo.version>5.5.0</kryo.version>
<reflectasm.version>1.11.9</reflectasm.version>
<kudu.version>1.12.0</kudu.version>
<!-- Leaving libfb303 at 0.9.3 regardless of libthrift: As per THRIFT-4613 The Apache Thrift project does not publish items related to fb303 at this point -->
Expand Down

0 comments on commit 29fb666

Please sign in to comment.