Skip to content

Commit

Permalink
chore(dmn-engine-java-main-method): Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Sep 27, 2024
1 parent ea6df52 commit e4662f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions dmn-engine/dmn-engine-java-main-method/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<packaging>jar</packaging>

<properties>
<version.camunda>7.22.0</version.camunda>
<version.slf4j>1.7.36</version.slf4j>
<version.camunda>7.22.0-alpha6</version.camunda>
<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

0 comments on commit e4662f5

Please sign in to comment.