From f13ff2bc64b8344e00ed6388c33d09c8ad73d269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:45:04 +0000 Subject: [PATCH] Bump org.apache.thrift:libthrift from INCLUDED to 0.21.0 in /lib/kotlin Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from INCLUDED to 0.21.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/commits/v0.21.0) --- updated-dependencies: - dependency-name: org.apache.thrift:libthrift dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/kotlin/build.gradle.kts | 2 +- lib/kotlin/cross-test-client/build.gradle.kts | 2 +- lib/kotlin/cross-test-server/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/kotlin/build.gradle.kts b/lib/kotlin/build.gradle.kts index df4a2c13184..b4d399af2ec 100644 --- a/lib/kotlin/build.gradle.kts +++ b/lib/kotlin/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0") - implementation("org.apache.thrift:libthrift:INCLUDED") + implementation("org.apache.thrift:libthrift:0.21.0") testImplementation(kotlin("test")) } diff --git a/lib/kotlin/cross-test-client/build.gradle.kts b/lib/kotlin/cross-test-client/build.gradle.kts index 8a2c234b823..183b6995e3f 100644 --- a/lib/kotlin/cross-test-client/build.gradle.kts +++ b/lib/kotlin/cross-test-client/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { // clikt is used to drive command line parsing and validation implementation("com.github.ajalt.clikt:clikt:$cliktVersion") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlinxCoroutinesJdk8Version") - implementation("org.apache.thrift:libthrift:INCLUDED") + implementation("org.apache.thrift:libthrift:0.21.0") implementation("org.slf4j:slf4j-api:$slf4jVersion") implementation("org.apache.httpcomponents:httpclient:$httpclientVersion") implementation("org.apache.httpcomponents:httpcore:$httpcoreVersion") diff --git a/lib/kotlin/cross-test-server/build.gradle.kts b/lib/kotlin/cross-test-server/build.gradle.kts index eda1ebd0c39..99af0eaa742 100644 --- a/lib/kotlin/cross-test-server/build.gradle.kts +++ b/lib/kotlin/cross-test-server/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { // clikt is used to drive command line parsing and validation implementation("com.github.ajalt.clikt:clikt:$cliktVersion") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlinxCoroutinesJdk8Version") - implementation("org.apache.thrift:libthrift:INCLUDED") + implementation("org.apache.thrift:libthrift:0.21.0") implementation("org.slf4j:slf4j-api:$slf4jVersion") implementation("org.apache.httpcomponents:httpcore:$httpcoreVersion") implementation("ch.qos.logback:logback-classic:$logbackVersion")