Skip to content

Commit

Permalink
Merge pull request #893 from yuokada/td-client-v1
Browse files Browse the repository at this point in the history
Upgrade td-client to v1
  • Loading branch information
komamitsu authored Jul 14, 2024
2 parents 1208719 + 8a84d7e commit 6aecf1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fluency-treasuredata/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
dependencies {
implementation(projects.fluencyCore)

implementation("com.treasuredata.client:td-client:0.9.6")
implementation("com.treasuredata.client:td-client:1.1.1")
implementation("com.google.guava:guava:33.1.0-jre")
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.1")
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.1")
implementation("com.squareup.okhttp3:okhttp:3.14.9")
}

0 comments on commit 6aecf1a

Please sign in to comment.