Skip to content

Commit

Permalink
Upgrade groovy dependency
Browse files Browse the repository at this point in the history
So we can use it with java 21.
  • Loading branch information
alcarraz authored Dec 30, 2023
1 parent ed7c9b1 commit eee4f46
Showing 1 changed file with 1 addition 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.20'
jlineVersion = '2.14.6'
restAssuredVersion = '2.9.0'
vaadinVersion = '8.14.1'
Expand Down

0 comments on commit eee4f46

Please sign in to comment.