Skip to content

Commit

Permalink
Merge pull request #297 from fgonzal/master
Browse files Browse the repository at this point in the history
Update reference to jLine.
  • Loading branch information
ar authored Mar 1, 2024
2 parents e93f4bd + e4fb9b9 commit 9e45e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
guavaVersion = '31.0.1-jre'
jacksonVersion = '2.10.5.1'
groovyVersion = '3.0.4'
jlineVersion = '2.14.6'
jlineVersion = '3.23.0'
restAssuredVersion = '2.9.0'
vaadinVersion = '8.14.1'
nettyVersion = '4.1.73.Final'
Expand Down
1 change: 0 additions & 1 deletion modules/groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies {
api libraries.groovy
api libraries.groovysh
implementation libraries.jline
api group: 'org.fusesource.jansi', name: 'jansi', version: '1.11'

api libraries.groovySql
}
Expand Down

0 comments on commit 9e45e3f

Please sign in to comment.