Skip to content

Commit

Permalink
Bump Postgres and commons-text to keep Snyk happy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfurey committed Jan 24, 2024
1 parent 370e729 commit 49b25dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-json-joda" % "2.9.2",
"ai.x" %% "play-json-extensions" % "0.40.2",

"org.postgresql" % "postgresql" % "42.2.5",
"org.postgresql" % "postgresql" % "42.3.7",
"org.scalikejdbc" %% "scalikejdbc" % "3.3.5",
"org.scalikejdbc" %% "scalikejdbc-config" % "3.3.5",
"org.scalikejdbc" %% "scalikejdbc-play-initializer" % "2.8.0-scalikejdbc-3.5",
Expand All @@ -121,7 +121,7 @@ libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum-play" % enumeratumPlayVersion,
"com.typesafe.play" %% "play" % "2.8.2",

"org.apache.commons" % "commons-text" % "1.9",
"org.apache.commons" % "commons-text" % "1.10.0",
"com.beust" % "jcommander" % "1.75",

"org.scalatest" %% "scalatest" % "3.0.8" % "test",
Expand Down

0 comments on commit 49b25dc

Please sign in to comment.