Skip to content

Commit

Permalink
Bump version to 5.9.2-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jan 31, 2023
1 parent 6684c04 commit 155526c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ data from JSON Strings or files in parameterized tests.
<dependency>
<groupId>net.joshka</groupId>
<artifactId>junit-json-params</artifactId>
<version>5.9.1-r0</version>
<version>5.9.2-r0</version>
</dependency>
```

### Gradle

```groovy
compile 'net.joshka:junit-json-params:5.9.1-r0'
compile 'net.joshka:junit-json-params:5.9.2-r0'
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'net.joshka'
version = '5.9.1-r0'
version = '5.9.2-r0'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.isRunningOnTravis = System.getenv("CI") == "true"

Expand Down

0 comments on commit 155526c

Please sign in to comment.