Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 4, 2023
1 parent 4d327f0 commit d8ca79d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
<maven.compiler.target>11</maven.compiler.target>
<failOnMissingWebXml>false</failOnMissingWebXml>

<org.imixs.workflow.version>6.0.1-SNAPSHOT</org.imixs.workflow.version>
<org.imixs.melman.version>2.0.0-SNAPSHOT</org.imixs.melman.version>
<org.imixs.workflow.version>6.0.1</org.imixs.workflow.version>
<org.imixs.melman.version>2.0.0</org.imixs.melman.version>
<org.imixs.jwt.version>1.0.3</org.imixs.jwt.version>

<!-- Wildfly-Plugin Default settings -->
Expand Down Expand Up @@ -347,7 +347,7 @@
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>9.1.0</version>
<version>10.0.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit d8ca79d

Please sign in to comment.