Skip to content

Commit

Permalink
WX-1001 Upgrade JSON Small and Fast Parser (#7116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraefrei committed Apr 14, 2023
1 parent 528bb6f commit 037f1d0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ object Dependencies {
// https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/boms/azure-sdk-bom
// https://github.com/sbt/sbt/issues/4531
private val azureStorageBlobNioV = "12.0.0-beta.19"
private val azureIdentitySdkV = "1.4.6"
private val azureIdentitySdkV = "1.9.0-beta.2"
private val betterFilesV = "3.9.1"
private val jsonSmartV = "2.4.10"
/*
cats-effect, fs2, http4s, and sttp (also to v3) should all be upgraded at the same time to use cats-effect 3.x.
*/
Expand Down Expand Up @@ -204,10 +205,12 @@ object Dependencies {
exclude("jakarta.activation", "jakarta.activation-api"),
"com.azure" % "azure-identity" % azureIdentitySdkV
exclude("jakarta.xml.bind", "jakarta.xml.bind-api")
exclude("jakarta.activation", "jakarta.activation-api"),
exclude("jakarta.activation", "jakarta.activation-api")
exclude("net.minidev", "json-smart"),
"com.azure" % "azure-core-management" % "1.7.1",
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonV,
"com.azure.resourcemanager" % "azure-resourcemanager" % "2.18.0"
"com.azure.resourcemanager" % "azure-resourcemanager" % "2.18.0",
"net.minidev" % "json-smart" % jsonSmartV
)

val wsmDependencies: List[ModuleID] = List(
Expand Down

0 comments on commit 037f1d0

Please sign in to comment.