Skip to content

Commit

Permalink
Initial attempt to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Feb 13, 2024
1 parent 547c55d commit eda09bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mvn-defaults/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>23.1.1</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.1</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 eda09bd

Please sign in to comment.