Skip to content

Commit

Permalink
Bump version to v1.15 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nymanjens committed Jan 18, 2024
1 parent 68c2a77 commit ca9d8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ And add the following dependency to your `.pom` file:
<dependency>
<groupId>com.google.testparameterinjector</groupId>
<artifactId>test-parameter-injector</artifactId>
<version>1.14</version>
<version>1.15</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -97,7 +97,7 @@ And add the following dependency to your `.pom` file:
<dependency>
<groupId>com.google.testparameterinjector</groupId>
<artifactId>test-parameter-injector-junit5</artifactId>
<version>1.14</version>
<version>1.15</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit ca9d8d3

Please sign in to comment.