diff --git a/project/Build.scala b/project/Build.scala index b543b050..ab8572cc 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -51,7 +51,7 @@ object Configuration { val commonVersion = "0.2.22-SNAPSHOT" val projectScalaVersion = "2.12.1" - val specs2Version = "3.8.6" + val specs2Version = "3.8.7" val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test" val specs2JunitDependency = "org.specs2" %% "specs2-junit" % specs2Version % "test" @@ -62,7 +62,7 @@ object Configuration { "org.slf4j" % "slf4j-api" % "1.7.22", "joda-time" % "joda-time" % "2.9.7", "org.joda" % "joda-convert" % "1.8.1", - "io.netty" % "netty-all" % "4.1.6.Final", + "io.netty" % "netty-all" % "4.1.7.Final", "org.javassist" % "javassist" % "3.21.0-GA", specs2Dependency, specs2JunitDependency,