Skip to content

Commit ac73208

Browse files
GRAILS-6300 - Upgrade jline to 0.9.94
1 parent 57266cd commit ac73208

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<classpathentry kind="lib" path="lib/javassist-3.11.0.GA.jar"/>
5151
<classpathentry kind="lib" path="lib/hibernate-annotations-3.4.0.GA.jar"/>
5252
<classpathentry kind="lib" path="lib/hibernate-commons-annotations-3.1.0.GA.jar"/>
53-
<classpathentry kind="lib" path="lib/jline-0.9.91.jar"/>
53+
<classpathentry kind="lib" path="lib/jline-0.9.94.jar"/>
5454
<classpathentry kind="lib" path="lib/ivy-2.1.0.jar"/>
5555
<classpathentry kind="lib" path="lib/gpars-0.9.jar"/>
5656
<classpathentry kind="lib" path="lib/ehcache-core-1.7.1.jar"/>

dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ The following libraries are included in Grails because they are required either
107107
- Javassist 3.8 (http://www.jboss.org/javassist/) MPL or LGPL License
108108
- required for running Grails applications
109109

110-
* jline-0.9.91.jar
111-
- JLine 0.9.91 (http://jline.sourceforge.net/)
110+
* jline-0.9.94.jar
111+
- JLine 0.9.94 (http://jline.sourceforge.net/)
112112
- required for the Grails shell
113113

114114
* jsp-api-2.1.jar

lib/jline-0.9.91.jar

-59.8 KB
Binary file not shown.

lib/jline-0.9.94.jar

85.3 KB
Binary file not shown.

src/java/org/codehaus/groovy/grails/resolve/IvyDependencyManager.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class IvyDependencyManager extends AbstractIvyDependencyManager implements Depen
226226
"org.apache.ant:ant-junit:1.7.1",
227227
"org.apache.ant:ant-nodeps:1.7.1",
228228
"org.apache.ant:ant-trax:1.7.1",
229-
"jline:jline:0.9.91",
229+
"jline:jline:0.9.94",
230230
"org.fusesource.jansi:jansi:1.2.1",
231231
"xalan:serializer:2.7.1",
232232
"org.grails:grails-docs:$grailsVersion",

src/test/org/codehaus/groovy/grails/resolve/IvyDependencyManagerTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ class IvyDependencyManagerTests extends GroovyTestCase {
702702
"radeox:radeox:1.0-b2",
703703
"hsqldb:hsqldb:1.8.0.10",
704704
"apache-tomcat:jasper-compiler:5.5.15",
705-
"jline:jline:0.9.91",
705+
"jline:jline:0.9.94",
706706
"javax.servlet:servlet-api:2.5",
707707
"javax.servlet:jsp-api:2.1",
708708
"javax.servlet:jstl:1.1.2",

0 commit comments

Comments
 (0)