Skip to content

Commit

Permalink
Bump org.apache.thrift:libthrift from INCLUDED to 0.21.0 in /lib/kotlin
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent bf57082 commit f13ff2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}

Expand Down
2 changes: 1 addition & 1 deletion lib/kotlin/cross-test-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion lib/kotlin/cross-test-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f13ff2b

Please sign in to comment.