Update camel to 2.15.6 (#23124)
This commit is contained in:
parent
afc541f2b8
commit
571350612a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ object Dependencies {
|
||||||
object Compile {
|
object Compile {
|
||||||
// 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
|
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
|
||||||
val config = "com.typesafe" % "config" % "1.3.1" // ApacheV2
|
val config = "com.typesafe" % "config" % "1.3.1" // ApacheV2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue