Skip to content

Commit

Permalink
Merge pull request #155 from camunda-community-hub/dependabot/maven/o…
Browse files Browse the repository at this point in the history
…rg.assertj-assertj-core-3.23.1

build(deps): bump assertj-core from 3.22.0 to 3.23.1
  • Loading branch information
saig0 authored Jun 4, 2022
2 parents 2d7b0c2 + 0b0fb70 commit a1d8dcb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<plugin.version.fmt>2.13</plugin.version.fmt>
<plugin.version.license>4.1</plugin.version.license>
<plugin.version.jib>3.2.1</plugin.version.jib>
<assertj.version>3.22.0</assertj.version>
<assertj.version>3.23.1</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<log4j.version>2.17.2</log4j.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
Expand Down Expand Up @@ -181,6 +181,13 @@
<version>${assertj.version}</version>
</dependency>

<!-- resolve version conflict (https://github.com/camunda-community-hub/eze/pull/155) -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.8.0</version>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility-kotlin</artifactId>
Expand Down

0 comments on commit a1d8dcb

Please sign in to comment.