diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 107f07a79a..06c1d08b34 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { // Compile val camelCore = "org.apache.camel" % "camel-core" % "2.13.0" exclude("org.slf4j", "slf4j-api") // ApacheV2 - val config = "com.typesafe" % "config" % "1.2.0" // ApacheV2 + val config = "com.typesafe" % "config" % "1.2.1" // ApacheV2 // mirrored in OSGi sample val netty = "io.netty" % "netty" % "3.8.0.Final" // ApacheV2 // mirrored in OSGi sample