summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiayu Liu <jiayu@hey.com>2022-09-06 08:57:19 +0800
committerJens Geyer <Jens-G@users.noreply.github.com>2022-09-07 00:33:09 +0200
commit8a32156dd26d418ad5c35cd6ab912a01d6aaf843 (patch)
tree31e4be37d4efa88cd76398afe9604ec6da454516 /doc
parentaa85593c89b540b821b07f7611f5ac5de29c6665 (diff)
downloadthrift-8a32156dd26d418ad5c35cd6ab912a01d6aaf843.tar.gz
update gradle version to 7.5.1 and update hashes
Diffstat (limited to 'doc')
-rw-r--r--doc/install/debian.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/debian.md b/doc/install/debian.md
index 0792252e9..4d5a4464b 100644
--- a/doc/install/debian.md
+++ b/doc/install/debian.md
@@ -18,7 +18,7 @@ Debian 7/Ubuntu 12 users need to manually install a more recent version of autom
If you would like to build Apache Thrift libraries for other programming languages you may need to install additional packages. The following languages require the specified additional packages:
* Java
- * packages: gradle (version 7.4.2)
+ * packages: gradle (version 7.5.1)
* You will also need Java JDK v1.8 or higher. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it (e.g. default-jdk).
* Ruby
* ruby-full ruby-dev ruby-rspec rake rubygems bundler