Skip to content

Commit

Permalink
chore(dmn/spin): Adjust and Migrate to 7.22 (#290)
Browse files Browse the repository at this point in the history
related to camunda/camunda-bpm-platform#4259

---------

Co-authored-by: Yana Vasileva <[email protected]>
  • Loading branch information
psavidis and yanavasileva authored Oct 2, 2024
1 parent f9332cf commit 6348b19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dmn-engine/dmn-engine-drg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<properties>
<version.camunda>7.22.0</version.camunda>
<version.slf4j>1.7.36</version.slf4j>
<version.slf4j>2.0.16</version.slf4j>
<version.junit>4.13.2</version.junit>
<version.assertj>3.24.2</version.assertj>
<version.assertj>3.26.3</version.assertj>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion dmn-engine/dmn-engine-java-main-method/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Include some slf4j backend. The simplest option is to not add a backend at all b
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.36</version>
<version>2.0.16</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion dmn-engine/dmn-engine-java-main-method/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<version.camunda>7.22.0</version.camunda>
<version.slf4j>1.7.36</version.slf4j>
<version.slf4j>2.0.16</version.slf4j>
<version.junit>4.13.2</version.junit>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<profiles>
<profile>
<!-- Use this for deployment to Oracle WebLogic, IBM Websphere and Glassfish -->
<!-- Use this for deployment to Oracle WebLogic, IBM Websphere -->
<id>weblogic</id>
<dependencies>
<!-- Jackson JSON data format and the Jackson dependency are included in the application -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</exclude-subsystems>
<dependencies>
<module name="org.camunda.spin.camunda-spin-dataformat-json-jackson" services="import" />
<module name="com.fasterxml.jackson.core.jackson-databind" slot="2.13.1" />
<module name="com.fasterxml.jackson.core.jackson-databind" slot="2.15.2" />
</dependencies>
</deployment>
</jboss-deployment-structure>

0 comments on commit 6348b19

Please sign in to comment.