Skip to content

Commit cef2214

Browse files
committed
Bump version to v1.22 in README.md
1 parent 455a1f8 commit cef2214

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ And add the following dependency to your `.pom` file:
7171
<dependency>
7272
<groupId>com.google.testparameterinjector</groupId>
7373
<artifactId>test-parameter-injector</artifactId>
74-
<version>1.21</version>
74+
<version>1.22</version>
7575
<scope>test</scope>
7676
</dependency>
7777
```
@@ -140,7 +140,7 @@ And add the following dependency to your `.pom` file:
140140
<dependency>
141141
<groupId>com.google.testparameterinjector</groupId>
142142
<artifactId>test-parameter-injector</artifactId>
143-
<version>1.21</version>
143+
<version>1.22</version>
144144
<scope>test</scope>
145145
</dependency>
146146
```
@@ -197,7 +197,7 @@ And add the following dependency to your `.pom` file:
197197
<dependency>
198198
<groupId>com.google.testparameterinjector</groupId>
199199
<artifactId>test-parameter-injector-junit5</artifactId>
200-
<version>1.21</version>
200+
<version>1.22</version>
201201
<scope>test</scope>
202202
</dependency>
203203
```

0 commit comments

Comments
 (0)