You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2017/08/10 19:58:37 UTC

[2/2] incubator-toree git commit: [TOREE-432] Update Akka to version 2.4.20

[TOREE-432] Update Akka to version 2.4.20

Address akka vulnerability: CVE-2017-5643

Closes #132


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/f9d64744
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/f9d64744
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/f9d64744

Branch: refs/heads/master
Commit: f9d64744df3388bfd3418c1c1724ff8dffc42893
Parents: 1448d7b
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Aug 10 12:47:26 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Aug 10 12:57:27 2017 -0700

----------------------------------------------------------------------
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/f9d64744/project/Dependencies.scala
----------------------------------------------------------------------
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f8db4db..f9d6089 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -22,9 +22,9 @@ object Dependencies {
 
   // Libraries
 
-  val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.17" // Apache v2
-  val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.4.17" // Apache v2
-  val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.4.17" // Apache v2
+  val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.4.20" // Apache v2
+  val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.4.20" // Apache v2
+  val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.4.20" // Apache v2
 
   val clapper = "org.clapper" %% "classutil" % "1.0.12" // BSD 3-clause license, used for detecting plugins