Skip to content

Commit e0e7b9d

Browse files
authored
Stripe Java and Ktor JSON dependencies (#502)
## What is the goal of this PR? We add dependencies for performing JSON serialization during Ktor HTTP requests and contacting Stripe with Kotlin. ## What are the changes implemented in this PR? We add the required libraries: `stripe-java`, `ktor-client-content-negotiation-jvm`, and `ktor-serialization-gson-jvm`
1 parent a97a8cf commit e0e7b9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/maven/artifacts.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ artifacts = {
7676
"exclude": ["com.google.android.tools:dx"],
7777
"version": "1.16.10"
7878
},
79+
"com.stripe:stripe-java": "24.12.0",
7980
"com.typesafe.akka:akka-actor-testkit-typed_2.12": "2.6.3",
8081
"com.typesafe.akka:akka-actor-typed_2.12": "2.6.3",
8182
"com.typesafe.akka:akka-actor_2.12": "2.6.3",
@@ -115,8 +116,10 @@ artifacts = {
115116
"io.grpc:grpc-stub": "1.49.0",
116117
"io.grpc:grpc-testing": "1.49.0",
117118
"io.ktor:ktor-client-cio-jvm": "2.3.7",
119+
"io.ktor:ktor-client-content-negotiation-jvm": "2.3.7",
118120
"io.ktor:ktor-client-core-jvm": "2.3.7",
119121
"io.ktor:ktor-client-websockets-jvm": "2.3.7",
122+
"io.ktor:ktor-serialization-gson-jvm": "2.3.7",
120123
"io.ktor:ktor-serialization-kotlinx-jvm": "2.3.7",
121124
"io.ktor:ktor-serialization-kotlinx-protobuf-jvm": "2.3.7",
122125
"io.ktor:ktor-server-core-jvm": "2.3.7",

0 commit comments

Comments
 (0)