This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch fd-bump-thriftt
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
commit ead9be530303b40d885bf009c8cd20a74636a600
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 24 13:21:19 2024 +0000
Bump org.apache.thrift:libthrift from 0.19.0 to 0.20.0
Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from
0.19.0 to 0.20.0.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/compare/v0.19.0...v0.20.0)
---
updated-dependencies:
- dependency-name: org.apache.thrift:libthrift
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dd695a5..033f758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<shade.prefix>shaded.parquet</shade.prefix>
<thrift.executable>thrift</thrift.executable>
- <thrift.version>0.19.0</thrift.version>
+ <thrift.version>0.20.0</thrift.version>
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
</properties>