Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Commons extends ProjectGroup("commons") {
val scalacheckVersion = "1.18.1"
val jettyVersion = "12.0.23"
val mongoVersion = "5.5.1"
val springVersion = "5.3.39"
val springVersion = "6.2.8"
val typesafeConfigVersion = "1.4.4"
val commonsIoVersion = "1.3.2" // test only
val scalaLoggingVersion = "3.9.5"
Expand Down
Loading