Skip to content

Commit

Permalink
deps: bump zeebe client version (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov authored and chillleader committed Jul 27, 2023
1 parent 276e4f2 commit 2c4da64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ limitations under the License.</license.inlineheader>
<nexus.sonatype.url>https://s01.oss.sonatype.org</nexus.sonatype.url>

<!-- Camunda internal libraries -->
<version.zeebe>8.1.3</version.zeebe>
<version.zeebe>8.1.4</version.zeebe>
<version.spring-zeebe>8.1.7</version.spring-zeebe>
<version.feel-engine>1.15.3</version.feel-engine>

Expand All @@ -80,7 +80,7 @@ limitations under the License.</license.inlineheader>
<version.mockito>4.9.0</version.mockito>
<version.junit-jupiter>5.9.1</version.junit-jupiter>
<version.assertj>3.23.1</version.assertj>
<version.jackson-module-scala>2.13.4</version.jackson-module-scala>
<version.jackson-module-scala>2.14.1</version.jackson-module-scala>
<version.hibernate-validator>6.2.5.Final</version.hibernate-validator>

<!-- maven plugins (not managed by parent) -->
Expand Down Expand Up @@ -156,7 +156,7 @@ limitations under the License.</license.inlineheader>

<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.13</artifactId>
<artifactId>jackson-module-scala_3</artifactId>
<version>${version.jackson-module-scala}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion runtime-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.13</artifactId>
<artifactId>jackson-module-scala_3</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 2c4da64

Please sign in to comment.