From 4614d3757ff8418cf91e4f5d9732b836d4d47224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:52:33 +0000 Subject: [PATCH] Bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0 Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 0.23.0 to 0.24.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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: org.apache.thrift:libthrift dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f497c27..40eb0e3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.3.21" -thrift = "0.23.0" +thrift = "0.24.0" httpclient = "4.5.14" slf4j = "2.0.18" javax-annotation = "1.3.2"