File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Dependencies {
66 object Versions {
77 val aws = " 2.41.21"
88 val jackson = " 2.21.0"
9- val enumeratumPlay = " 1.9.4 "
9+ val enumeratumPlay = " 1.9.5 "
1010 }
1111
1212 val commonDeps = Seq (
@@ -71,15 +71,15 @@ object Dependencies {
7171 " org.webjars" % " momentjs" % " 2.30.1-1" ,
7272 " net.logstash.logback" % " logstash-logback-encoder" % " 8.1" ,
7373 " org.scalikejdbc" %% " scalikejdbc" % " 3.5.0" , // scala-steward:off
74- " org.postgresql" % " postgresql" % " 42.7.9 " ,
74+ " org.postgresql" % " postgresql" % " 42.7.10 " ,
7575 " com.beachape" %% " enumeratum-play" % Versions .enumeratumPlay,
7676 filters,
7777 ws,
7878 " org.apache.pekko" %% " pekko-testkit" % " 1.0.3" % Test ,
7979 " software.amazon.awssdk" % " rds" % Versions .aws,
8080 " org.scala-stm" %% " scala-stm" % " 0.11.1" ,
8181 // Play 3.0 currently uses logback-classic 1.4.11 which is vulnerable to CVE-2023-45960
82- " ch.qos.logback" % " logback-classic" % " 1.5.29 "
82+ " ch.qos.logback" % " logback-classic" % " 1.5.32 "
8383 ).map((m : ModuleID ) =>
8484 // don't even ask why I need to do this
8585 m.excludeAll(
Original file line number Diff line number Diff line change 1- sbt.version =1.12.2
1+ sbt.version =1.12.4
You can’t perform that action at this time.
0 commit comments