File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ lazy val mediaApi = playProject("media-api", 9001)
142142 .settings(
143143 libraryDependencies ++= Seq (
144144 " org.apache.commons" % " commons-email" % " 1.5" ,
145- " org.parboiled" %% " parboiled" % " 2.1.5 " ,
145+ " org.parboiled" %% " parboiled" % " 2.1.7 " ,
146146 " org.http4s" %% " http4s-core" % " 0.23.17" ,
147147 )
148148 )
@@ -166,7 +166,7 @@ lazy val usage = playProject("usage", 9009).settings(
166166 libraryDependencies ++= Seq (
167167 " com.gu" %% " content-api-client-default" % " 19.0.4" ,
168168 " com.gu" %% " content-api-client-aws" % " 0.7" ,
169- " io.reactivex" %% " rxscala" % " 0.26.5 " ,
169+ " io.reactivex" %% " rxscala" % " 0.27.0 " ,
170170 " com.amazonaws" % " amazon-kinesis-client" % " 1.8.10" ,
171171 " com.google.protobuf" % " protobuf-java" % " 3.19.6"
172172 )
You can’t perform that action at this time.
0 commit comments