Skip to content

Commit

Permalink
chore(clients): adjust jaxb-impl/Jakarta dependencies (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Mar 14, 2024
1 parent 9fabbce commit 5487103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/java/order-handling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<camunda.platform.version>7.20.0</camunda.platform.version>
<slf4j.version>1.7.36</slf4j.version>
<jaxb.version>2.3.6</jaxb.version>
<jaxb.version>4.0.5</jaxb.version>
<maven.compiler.version>3.11.0</maven.compiler.version>
<maven.compiler.release>11</maven.compiler.release>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>

<graaljs.version>21.1.0</graaljs.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jaxb.version>4.0.5</jaxb.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -90,9 +90,9 @@
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5487103

Please sign in to comment.