Skip to content

Commit

Permalink
Merge pull request #1826 from nosqlbench/ms/graal_dep_downgrade
Browse files Browse the repository at this point in the history
Graal Dep downgrade to fix build errors
  • Loading branch information
msmygit committed Feb 14, 2024
2 parents 3accd0a + eda09bd commit 4ad42f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mvn-defaults/pom.xml
Expand Up @@ -361,7 +361,7 @@
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>23.1.2</version>
<version>23.0.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
Expand All @@ -372,7 +372,7 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>23.1.2</version>
<version>23.0.3</version>
</dependency>
<dependency>
<groupId>org.graalvm.tools</groupId>
Expand All @@ -383,7 +383,7 @@
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>chromeinspector</artifactId>
<version>23.0.1</version>
<version>23.0.3</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 4ad42f8

Please sign in to comment.