Skip to content

Commit

Permalink
moved to latest groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Oct 16, 2024
1 parent 71191c4 commit b2051db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
<artifactId>jmustache</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version.camunda-spring>8.5.13</version.camunda-spring>
<version.camunda-connectors>8.6.2</version.camunda-connectors>

<version.groovy>2.4.21</version.groovy>
<version.groovy>4.0.23</version.groovy>
<version.kotlin>1.9.25</version.kotlin>
<version.graalvm>23.0.5</version.graalvm>

Expand Down Expand Up @@ -113,9 +113,10 @@
<version>${version.camunda-connectors}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${version.groovy}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
Expand Down

0 comments on commit b2051db

Please sign in to comment.