Merge pull request #23505 from akka/wip-dependencies-patriknw

Upgrade camel-core dependency to 2.17.7
This commit is contained in:
Patrik Nordwall 2017-08-10 14:10:31 +02:00 committed by GitHub
commit c1f247212f
4 changed files with 35 additions and 1 deletions

View file

@ -41,7 +41,7 @@ object Dependencies {
object Compile {
// Compile
val camelCore = "org.apache.camel" % "camel-core" % "2.15.6" exclude("org.slf4j", "slf4j-api") // ApacheV2
val camelCore = "org.apache.camel" % "camel-core" % "2.17.7" 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