Skip to content

Commit

Permalink
Merge branch 'master' into MODCAMUNDA-32
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay authored Feb 10, 2025
2 parents 144dbec + 0360100 commit 1b9929d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<camunda.version>7.21.0</camunda.version>
<openapi.server.port>9000</openapi.server.port>
<maven.javadoc.skip>true</maven.javadoc.skip>
<graalvm.polyglot.version>24.1.1</graalvm.polyglot.version>
<graalvm.polyglot.version>24.1.2</graalvm.polyglot.version>
</properties>

<packaging>jar</packaging>
Expand Down Expand Up @@ -235,13 +235,12 @@
<dependency>
<groupId>org.marc4j</groupId>
<artifactId>marc4j</artifactId>
<version>2.9.1</version>
<version>2.9.6</version>
</dependency>

<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc10</artifactId>
<version>19.14.0.0</version>
<artifactId>ojdbc11</artifactId>
</dependency>

<dependency>
Expand All @@ -252,13 +251,13 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>8.13.1</version>
<version>8.13.54</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1b9929d

Please sign in to comment.