Skip to content

Commit

Permalink
Override guava
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Oct 4, 2023
1 parent 672b918 commit 9c9f1bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ object Dependencies {
val Postgresql = "42.5.1"
val Jackson = "2.14.1"
val Snakeyaml = "2.0"
val Guava = "32.0.0-jre"

val Specs2 = "4.5.1"
val Logback = "1.2.3"
Expand Down Expand Up @@ -73,6 +74,7 @@ object Dependencies {
"org.postgresql" % "postgresql" % V.Postgresql,
"com.fasterxml.jackson.core" % "jackson-databind" % V.Jackson, // override transitive version to address security vulnerabilities
"org.yaml" % "snakeyaml" % V.Snakeyaml, // override transitive version to address security vulnerabilities
"com.google.guava" % "guava" % V.Guava, // override transitive version to address security vulnerabilities


"org.tpolecat" %% "doobie-specs2" % V.Doobie % Test,
Expand Down

0 comments on commit 9c9f1bd

Please sign in to comment.