Skip to content

Commit 66c58c2

Browse files
committed
Bump version to v1.18 in README.md
1 parent 5ea6810 commit 66c58c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.17</version>
57+
<version>1.18</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.17</version>
100+
<version>1.18</version>
101101
<scope>test</scope>
102102
</dependency>
103103
```

0 commit comments

Comments
 (0)