Skip to content

Commit

Permalink
update graalvm polyglot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Apr 5, 2024
1 parent 70218a7 commit fe4893c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,13 @@
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js-community</artifactId>
<version>${graalvm.version}</version>
<scope>runtime</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>polyglot</artifactId>
<version>${graalvm.version}</version>
</dependency>
<dependency>
<groupId>com.github.chrisvest</groupId>
Expand Down

0 comments on commit fe4893c

Please sign in to comment.