Skip to content

Commit

Permalink
Bump gson to 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Sep 30, 2022
1 parent b72a4b5 commit fa54007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -70,6 +70,7 @@ lazy val loader = project
Dependencies.awsKinesisProducer,
Dependencies.awsKinesisClient,
Dependencies.awsSts,
Dependencies.gson,
Dependencies.decline,
Dependencies.config,
Dependencies.specs2,
Expand Down
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Expand Up @@ -24,6 +24,7 @@ object Dependencies {
val awsKinesisProducer = "0.14.13"
val awsSts = "2.17.283"
val awsKinesisClient = "2.4.3"
val gson = "2.8.9"

// Scala third-party
val decline = "2.1.0"
Expand Down Expand Up @@ -56,6 +57,7 @@ object Dependencies {
val awsKinesisProducer = "com.amazonaws" % "amazon-kinesis-producer" % V.awsKinesisProducer // override transitive version to address security vulnerabilities
val awsKinesisClient = "software.amazon.kinesis" % "amazon-kinesis-client" % V.awsKinesisClient // override transitive version to address security vulnerabilities
val awsSts = "software.amazon.awssdk" % "sts" % V.awsSts // override transitive version to address security vulnerabilities
val gson = "com.google.code.gson" % "gson" % V.gson // override transitive version to address security vulnerabilities

// Snyk warnings
val postgres = "org.postgresql" % "postgresql" % V.postgres
Expand Down

0 comments on commit fa54007

Please sign in to comment.