Skip to content

Commit

Permalink
Bump graalvm to 24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Nov 29, 2024
1 parent cdac38a commit 78f9861
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 @@ -30,8 +30,8 @@ dependencies {
implementation 'net.sf.jtidy:jtidy:r938'
implementation 'org.apache.groovy:groovy-all:4.0.13'
implementation 'com.esotericsoftware:jsonbeans:0.7'
implementation 'org.graalvm.js:js:22.3.3'
implementation 'org.graalvm.js:js-scriptengine:22.3.3'
implementation 'org.graalvm.js:js:24.1.1'
implementation 'org.graalvm.js:js-scriptengine:24.1.1'
implementation 'org.jruby:jruby:9.4.9.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
Expand Down

0 comments on commit 78f9861

Please sign in to comment.