@@ -37,8 +37,8 @@ resolvers += "Tegonal releases".at(
3737resolvers += " Sonatype OSS Releases" .at(
3838 " https://oss.sonatype.org/content/repositories/releases" )
3939
40- val pekkoVersion = " 1.1.3 "
41- val reactiveMongoPlayVersion = " 1.1.0-play30.RC15 "
40+ val pekkoVersion = " 1.2.1 "
41+ val reactiveMongoPlayVersion = " 1.1.0-play30.RC17 "
4242// Play framework 3.x is still bound to older guice version
4343val guiceVersion = " 6.0.0"
4444val pureConfigVersion = " 0.17.9"
@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
4949 " com.github.scullxbones" %% " pekko-persistence-mongodb" % " 1.2.2" ,
5050 " com.tegonal" %% " play-json-typedid" % " 2.0.0" ,
5151 " org.julienrf" %% " play-json-derived-codecs" % " 11.0.0" ,
52- " org.playframework" %% " play-json-joda" % " 3.0.4 " ,
52+ " org.playframework" %% " play-json-joda" % " 3.0.5 " ,
5353 " com.google.inject" % " guice" % guiceVersion,
5454 " com.google.inject.extensions" % " guice-assistedinject" % guiceVersion,
5555 // support more than 22 fields in case classes
@@ -67,10 +67,10 @@ libraryDependencies ++= Seq(
6767 " io.github.alstanchev" % " pekko-persistence-inmemory_2.13" % " 1.3.0" % " test" ,
6868 " io.kontainers" %% " purecsv" % " 1.3.10" ,
6969 " com.chuusai" %% " shapeless" % " 2.3.13" ,
70- " net.openhft" % " zero-allocation-hashing" % " 0.27ea0 " ,
70+ " net.openhft" % " zero-allocation-hashing" % " 0.27ea1 " ,
7171 " com.github.pureconfig" %% " pureconfig" % pureConfigVersion,
7272 // depend on this plugin to be able to provide custom OutputTransformer
73- " io.github.play-swagger" %% " play-swagger" % " 2.0.4 " ,
73+ " io.github.play-swagger" %% " play-swagger" % " 2.0.6 " ,
7474 " com.github.fdimuccio" %% " play2-sockjs" % " 0.10.0" ,
7575
7676 // basic jwt token and jwks support
@@ -86,7 +86,7 @@ libraryDependencies ++= Seq(
8686 ws,
8787 specs2 % Test ,
8888 guice,
89- " org.webjars" % " swagger-ui" % " 5.24.0 "
89+ " org.webjars" % " swagger-ui" % " 5.29.2 "
9090)
9191
9292dependencyOverrides ++= Seq (
0 commit comments