Skip to content

Commit 309659d

Browse files
committed
Bump version to v1.21 in README.md
1 parent e1f6924 commit 309659d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ And add the following dependency to your `.pom` file:
5454
<dependency>
5555
<groupId>com.google.testparameterinjector</groupId>
5656
<artifactId>test-parameter-injector</artifactId>
57-
<version>1.20</version>
57+
<version>1.21</version>
5858
<scope>test</scope>
5959
</dependency>
6060
```
@@ -97,7 +97,7 @@ And add the following dependency to your `.pom` file:
9797
<dependency>
9898
<groupId>com.google.testparameterinjector</groupId>
9999
<artifactId>test-parameter-injector-junit5</artifactId>
100-
<version>1.20</version>
100+
<version>1.21</version>
101101
<scope>test</scope>
102102
</dependency>
103103
```

0 commit comments

Comments
 (0)