Skip to content

Commit

Permalink
update groovy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Apr 13, 2024
1 parent 8e83e0e commit 58cef47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'me.tongfei:progressbar:0.10.1'
implementation 'org.codehaus.groovy:groovy-jsr223:3.0.11'
implementation 'org.apache.groovy:groovy-jsr223:4.0.21'
implementation 'org.fxmisc.richtext:richtextfx:0.11.2'
implementation 'org.lz4:lz4-java:1.8.0'

Expand All @@ -58,7 +58,7 @@ dependencies {
shadow 'org.apache.logging.log4j:log4j-core:2.17.2'
shadow 'commons-cli:commons-cli:1.5.0'
shadow 'me.tongfei:progressbar:0.10.1'
shadow 'org.codehaus.groovy:groovy-jsr223:3.0.11'
shadow 'org.apache.groovy:groovy-jsr223:4.0.21'
shadow 'org.fxmisc.richtext:richtextfx:0.11.2'
shadow 'org.lz4:lz4-java:1.8.0'

Expand Down

0 comments on commit 58cef47

Please sign in to comment.