Skip to content

Commit 58b2215

Browse files
committed
Bump version to 5.5.2-r0 to match JUnit
1 parent 3f57a8d commit 58b2215

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ data from JSON Strings or files in parameterized tests.
2121
<dependency>
2222
<groupId>net.joshka</groupId>
2323
<artifactId>junit-json-params</artifactId>
24-
<version>5.5.1-r0</version>
24+
<version>5.5.2-r0</version>
2525
</dependency>
2626
```
2727

2828
### Gradle
2929
```groovy
30-
compile 'net.joshka:junit-json-params:5.5.1-r0'
30+
compile 'net.joshka:junit-json-params:5.5.2-r0'
3131
```
3232

3333
## Examples

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'net.joshka'
12-
version = '5.5.1-r0'
12+
version = '5.5.2-r0'
1313
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1414
ext.isRunningOnTravis = System.getenv("CI") == "true"
1515

0 commit comments

Comments
 (0)