Skip to content

Commit 5043023

Browse files
authored
Merge pull request #444 from AVSystem/jetty-bump
Update Jetty, Mongo driver
2 parents 234d691 + 9dc9a20 commit 5043023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Commons.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ object Commons extends ProjectGroup("commons") {
2929
val scalatestVersion = "3.2.12"
3030
val scalatestplusScalacheckVersion = "3.2.12.0"
3131
val scalacheckVersion = "1.16.0"
32-
val jettyVersion = "9.4.50.v20221201"
33-
val mongoVersion = "4.9.0"
32+
val jettyVersion = "9.4.51.v20230217"
33+
val mongoVersion = "4.9.1"
3434
val springVersion = "4.3.26.RELEASE"
3535
val typesafeConfigVersion = "1.4.2"
3636
val commonsIoVersion = "1.3.2" // test only

0 commit comments

Comments
 (0)