Skip to content

Commit c1ffd0b

Browse files
committed
Update JLine
1 parent f91d75a commit c1ffd0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
242242
(BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org)
243243
(BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
244244
(BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
245-
(BSD) JLine (jline:jline:0.9.94 - http://jline.sourceforge.net)
245+
(BSD) JLine (jline:jline:2.14.3 - https://github.com/jline/jline2)
246246
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)
247247
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.6 - http://paranamer.codehaus.org/paranamer)
248248
(BSD 3 Clause) Scala (http://www.scala-lang.org/download/#License)

dev/deps/spark-deps-hadoop-2.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jersey-server-2.22.2.jar
122122
jets3t-0.9.4.jar
123123
jetty-6.1.26.jar
124124
jetty-util-6.1.26.jar
125-
jline-2.12.1.jar
125+
jline-2.14.3.jar
126126
joda-time-2.9.3.jar
127127
jodd-core-3.5.2.jar
128128
jpam-1.1.jar

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jersey-server-2.22.2.jar
122122
jets3t-0.9.4.jar
123123
jetty-6.1.26.jar
124124
jetty-util-6.1.26.jar
125-
jline-2.12.1.jar
125+
jline-2.14.3.jar
126126
joda-time-2.9.3.jar
127127
jodd-core-3.5.2.jar
128128
jpam-1.1.jar

dev/deps/spark-deps-hadoop-3.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jersey-server-2.22.2.jar
122122
jets3t-0.9.4.jar
123123
jetty-webapp-9.3.20.v20170531.jar
124124
jetty-xml-9.3.20.v20170531.jar
125-
jline-2.12.1.jar
125+
jline-2.14.3.jar
126126
joda-time-2.9.3.jar
127127
jodd-core-3.5.2.jar
128128
jpam-1.1.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@
746746
<dependency>
747747
<groupId>jline</groupId>
748748
<artifactId>jline</artifactId>
749-
<version>2.12.1</version>
749+
<version>2.14.3</version>
750750
</dependency>
751751
<dependency>
752752
<groupId>org.scalatest</groupId>

0 commit comments

Comments
 (0)