Update camel to 2.15.6 (#23124)

This commit is contained in:
Arnout Engelen 2017-06-09 03:53:28 -07:00 committed by Patrik Nordwall
parent afc541f2b8
commit 571350612a

View file

@ -41,7 +41,7 @@ object Dependencies {
object Compile {
// Compile
val camelCore = "org.apache.camel" % "camel-core" % "2.13.4" exclude("org.slf4j", "slf4j-api") // ApacheV2
val camelCore = "org.apache.camel" % "camel-core" % "2.15.6" exclude("org.slf4j", "slf4j-api") // ApacheV2
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
val config = "com.typesafe" % "config" % "1.3.1" // ApacheV2