diff --git a/README.md b/README.md
index 3bedf25..5993da8 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,13 @@ value-provider has the following prerequisites:
```groovy
// core library
-testImplementation 'com.tngtech.valueprovider:value-provider-core:1.1.0'
+testImplementation 'com.tngtech.valueprovider:value-provider-core:1.2.0'
// infrastructure
// for JUnit 5
-testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.1.0'
+testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.2.0'
// alternatively, for JUnit 4
-testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.1.0'
+testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.0'
```
### Maven
@@ -48,7 +48,7 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.1.0'
com.tngtech.valueprovider
value-provider-core
- 1.1.0
+ 1.2.0
test
@@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.1.0'
com.tngtech.valueprovider
value-provider-junit5
- 1.1.0
+ 1.2.0
test
com.tngtech.valueprovider
value-provider-junit4
- 1.1.0
+ 1.2.0
test