Skip to content

Commit

Permalink
Update aws-java-sdk-bundle to fix CVEs [skip test]
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Jan 1, 2024
1 parent 02ef1a8 commit d5c0f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ lazy val utilDependencies = Seq(
gcpStorage,
greex,
azureIdentity,
azureStorage
)
azureStorage)

lazy val typedDependencyParserDependencies = Seq(junit)

Expand Down
5 changes: 2 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ object Dependencies {
val rocksdbjniVersion = "6.29.5"
val rocksdbjni = "org.rocksdb" % "rocksdbjni" % rocksdbjniVersion

val awsjavasdkbundleVersion = "1.11.828"
val awsjavasdkbundleVersion = "1.12.500"
val awsjavasdkbundle = "com.amazonaws" % "aws-java-sdk-bundle" % awsjavasdkbundleVersion

val liblevenshteinVersion = "3.0.0"
Expand All @@ -108,7 +108,6 @@ object Dependencies {
val junit = "junit" % "junit" % junitVersion % Test

val tensorflowVersion = "0.4.4"

val tensorflowGPU = "com.johnsnowlabs.nlp" %% "tensorflow-gpu" % tensorflowVersion
val tensorflowCPU = "com.johnsnowlabs.nlp" %% "tensorflow-cpu" % tensorflowVersion
val tensorflowM1 = "com.johnsnowlabs.nlp" %% "tensorflow-m1" % tensorflowVersion
Expand All @@ -117,9 +116,9 @@ object Dependencies {
val onnxRuntimeVersion = "1.16.3"
val onnxCPU = "com.microsoft.onnxruntime" % "onnxruntime" % onnxRuntimeVersion
val onnxGPU = "com.microsoft.onnxruntime" % "onnxruntime_gpu" % onnxRuntimeVersion

val gcpStorageVersion = "2.20.1"
val gcpStorage = "com.google.cloud" % "google-cloud-storage" % gcpStorageVersion

val azureIdentityVersion = "1.9.1"
val azureStorageVersion = "12.22.2"
val azureIdentity = "com.azure" % "azure-identity" % azureIdentityVersion % Provided
Expand Down

0 comments on commit d5c0f53

Please sign in to comment.