Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski authored Oct 7, 2024
1 parent d2291ee commit 2c4ae83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ Just include camunda-platform-7-mockito in the test scope of your project:
<groupId>org.camunda.community.mockito</groupId>
<artifactId>camunda-platform-7-mockito</artifactId>
<scope>test</scope>
<version>7.20.0</version>
<version>7.22.0</version>
</dependency>
```

gradle (kts):

```kotlin
testImplementation("org.camunda.community.mockito:camunda-platform-7-mockito:7.20.0")
testImplementation("org.camunda.community.mockito:camunda-platform-7-mockito:7.22.0")
```


Expand Down

0 comments on commit 2c4ae83

Please sign in to comment.