From 6a290cf58f16a0b09011b262136d8d52c5167aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 07:23:40 +0000 Subject: [PATCH] build(deps): bump libthrift Bumps [libthrift](https://github.com/apache/thrift) from 0.12.0 to 0.14.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.12.0...v0.14.0) --- updated-dependencies: - dependency-name: org.apache.thrift:libthrift dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../demo-springboot-thrift-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-springboot/demo-springboot-thrift/demo-springboot-thrift-common/pom.xml b/demo-springboot/demo-springboot-thrift/demo-springboot-thrift-common/pom.xml index c74c94f7..0d8a0bbd 100644 --- a/demo-springboot/demo-springboot-thrift/demo-springboot-thrift-common/pom.xml +++ b/demo-springboot/demo-springboot-thrift/demo-springboot-thrift-common/pom.xml @@ -15,7 +15,7 @@ org.apache.thrift libthrift - 0.12.0 + 0.14.0 \ No newline at end of file