Skip to content

Commit

Permalink
chore(camunda-external-task-client): Fix Tests
Browse files Browse the repository at this point in the history
- Update to Mockito 5.10.0
- Remove mockito-inline as not compatible anymore
  • Loading branch information
psavidis committed Jan 26, 2024
1 parent dde6bd0 commit 1a3640e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions clients/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<version.logback>1.2.11</version.logback>
<version.junit>4.13.1</version.junit>
<version.assertj>2.9.1</version.assertj>
<version.mockito>4.3.1</version.mockito>
<version.mockito>5.10.0</version.mockito>
<version.wiremock>2.27.2</version.wiremock>
<version.wiremock-jre8>2.27.2</version.wiremock-jre8>
<version.testcontainers>1.16.0</version.testcontainers>
Expand Down

0 comments on commit 1a3640e

Please sign in to comment.