diff --git a/README.md b/README.md
index 26b08dc1..99a5cb15 100644
--- a/README.md
+++ b/README.md
@@ -60,14 +60,14 @@ Just include camunda-platform-7-mockito in the test scope of your project:
org.camunda.community.mockito
camunda-platform-7-mockito
test
- 7.20.0
+ 7.22.0
```
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")
```