This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new a50d65c Bump libthrift from 0.14.2 to 0.15.0 in /lang/java
a50d65c is described below
commit a50d65c5f446708483e1fabcd816ceb3b76bcf81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 12 17:02:18 2021 +0000
Bump libthrift from 0.14.2 to 0.15.0 in /lang/java
Bumps [libthrift](https://github.com/apache/thrift) from 0.14.2 to 0.15.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.14.2...v0.15.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]>
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index a042e9e..7e3796d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -45,7 +45,7 @@
<junit.version>4.13.2</junit.version>
<netty.version>4.1.68.Final</netty.version>
<protobuf.version>3.17.3</protobuf.version>
- <thrift.version>0.14.2</thrift.version>
+ <thrift.version>0.15.0</thrift.version>
<slf4j.version>1.7.32</slf4j.version>
<snappy.version>1.1.8.4</snappy.version>
<velocity.version>2.3</velocity.version>