Skip to content

Commit 9e26d82

Browse files
authored
lz4 version update (databricks#1120)
## Description <!-- Provide a brief summary of the changes made and the issue they aim to address.--> lz4 version update to 1.8.1 ## Testing <!-- Describe how the changes have been tested--> All unit tests passed ## Additional Notes to the Reviewer <!-- Share any additional context or insights that may help the reviewer understand the changes better. This could include challenges faced, limitations, or compromises made during the development process. Also, mention any areas of the code that you would like the reviewer to focus on specifically. --> NO_CHANGELOG=true Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent 81980cd commit 9e26d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<databricks-sdk.version>0.69.0</databricks-sdk.version>
6262
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
6363
<sql-logic-test.version>0.3</sql-logic-test.version>
64-
<lz4-compression.version>1.8.0</lz4-compression.version>
64+
<lz4-compression.version>1.8.1</lz4-compression.version>
6565
<thrift.version>0.19.0</thrift.version>
6666
<annotation.version>1.3.5</annotation.version>
6767
<slt.executor>dbsql</slt.executor>

thin_public_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.lz4</groupId>
172172
<artifactId>lz4-java</artifactId>
173-
<version>1.8.0</version>
173+
<version>1.8.1</version>
174174
</dependency>
175175

176176
<!-- gRPC Context -->

0 commit comments

Comments
 (0)