Skip to content

Commit

Permalink
Merge pull request #299 from barspi/master
Browse files Browse the repository at this point in the history
bump groovy to 3.0.21 and reintroduce a much newer jansi 2.4.1
  • Loading branch information
ar authored Mar 8, 2024
2 parents ddee8f5 + 10cb6a7 commit 98e346b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
jsonSchemaVersion = '2.2.11'
guavaVersion = '31.0.1-jre'
jacksonVersion = '2.10.5.1'
groovyVersion = '3.0.4'
groovyVersion = '3.0.21'
jlineVersion = '3.23.0'
restAssuredVersion = '2.9.0'
vaadinVersion = '8.14.1'
Expand Down
1 change: 1 addition & 0 deletions modules/groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies {
api libraries.groovy
api libraries.groovysh
implementation libraries.jline
api group: 'org.fusesource.jansi', name: 'jansi', version: '2.4.1'

api libraries.groovySql
}
Expand Down

0 comments on commit 98e346b

Please sign in to comment.