Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Apr 5, 2024
2 parents b19303b + 5eccc2a commit 9c3de8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
<version>${graal.version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js</artifactId>
<groupId>org.graalvm.js</groupId>
<artifactId>js-language</artifactId>
<version>${graal.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -190,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.6.1</version>
<executions>
<execution>
<id>unpack-dependencies</id>
Expand Down

0 comments on commit 9c3de8c

Please sign in to comment.