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/22 22:18:31 UTC

incubator-toree git commit: [TOREE-324] Upgrade jopt-simple dependency to solve NoSuchMethodError

Repository: incubator-toree
Updated Branches:
  refs/heads/master c2ddd16eb -> c767967cb


[TOREE-324] Upgrade jopt-simple dependency to solve NoSuchMethodError

Closes #133


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

Branch: refs/heads/master
Commit: c767967cb0801c47c2c27fceb17aaff937377874
Parents: c2ddd16
Author: Luciano Resende <lr...@apache.org>
Authored: Fri Aug 11 10:47:16 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue Aug 22 18:17:25 2017 -0400

----------------------------------------------------------------------
 etc/legal/LICENSE_extras   | 4 ++--
 project/Dependencies.scala | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c767967c/etc/legal/LICENSE_extras
----------------------------------------------------------------------
diff --git a/etc/legal/LICENSE_extras b/etc/legal/LICENSE_extras
index dff4f66..9f713c4 100644
--- a/etc/legal/LICENSE_extras
+++ b/etc/legal/LICENSE_extras
@@ -43,10 +43,10 @@ MIT license
 
 Direct dependencies
 
-   net.sf.jopt-simple:jopt-simple:4.6 -> https://pholser.github.io/jopt-simple/license.html and licenses/LICENSE-jopt-simple.txt
+   net.sf.jopt-simple:jopt-simple:4.9 -> https://pholser.github.io/jopt-simple/license.html and licenses/LICENSE-jopt-simple.txt
    org.slf4j:slf4j-api:1.7.5 -> http://www.slf4j.org/license.html and licenses/LICENSE-slf4j.txt
    org.slf4j:slf4j-api:1.7.1 -> http://www.slf4j.org/license.html and licenses/LICENSE-slf4j.txt
 
 Transitive Dependencies
 
-   com.lihaoyi:ammonite-terminal_2.10:0.5.0 -> https://github.com/lihaoyi/Ammonite/blob/master/LICENSE and licenses/LICENSE-ammonite.txt
\ No newline at end of file
+   com.lihaoyi:ammonite-terminal_2.10:0.5.0 -> https://github.com/lihaoyi/Ammonite/blob/master/LICENSE and licenses/LICENSE-ammonite.txt

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c767967c/project/Dependencies.scala
----------------------------------------------------------------------
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f9d6089..8c2064e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
 
   val jeroMq = "org.zeromq" % "jeromq" % "0.3.6" // MPL v2
 
-  val joptSimple = "net.sf.jopt-simple" % "jopt-simple" % "4.6" // MIT
+  val joptSimple = "net.sf.jopt-simple" % "jopt-simple" % "4.9" // MIT
 
   val mockito = "org.mockito" % "mockito-all" % "1.10.19" // MIT