Upgrade GraalVM to one that works with JDK 23+.
This commit is contained in:
+3
-3
@@ -46,14 +46,14 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js</artifactId>
|
||||
<version>20.3.0</version>
|
||||
<artifactId>js-language</artifactId>
|
||||
<version>24.2.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js-scriptengine</artifactId>
|
||||
<version>20.3.0</version>
|
||||
<version>24.2.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user