Skip to content
Snippets Groups Projects
Commit b5bf2e90 authored by Brita Linnestad's avatar Brita Linnestad
Browse files

[ci skip] Merge branch 'main' into release

parents a3ed6f92 56394e44
No related branches found
No related tags found
No related merge requests found
......@@ -11,47 +11,47 @@
<groupId>nio.nibio.vips.model</groupId>
<artifactId>FallArmywormModel</artifactId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.1</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.3.1</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>1.0.0-rc16</version>
<version>22.3.4</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>1.0.0-rc16</version>
<version>22.3.4</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-api</artifactId>
<version>1.0.0-rc16</version>
<version>22.3.4</version>
</dependency>
<dependency>
<groupId>com.eclipsesource.j2v8</groupId>
......@@ -62,16 +62,16 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.11</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>65.1</version>
<version>74.2</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
......@@ -59,7 +59,7 @@ public class FallArmywormModelGraalVMAdapter extends I18nImpl implements Model{
super("no.nibio.vips.model.fallarmywormmodel.texts");
modelUtil = new ModelUtil();
try {
jsContext = Context.create("js");
jsContext = Context.newBuilder("js").build();
jsBindings = jsContext.getBindings("js");
this.addJavaScript("/js/moment.min.js");
this.addJavaScript("/js/moment-timezone-with-data.min.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment