Skip to content

Commit 46fbc3b

Browse files
committed
Bump version to 5.6.2-r0 to align with JUnit
1 parent 0deb5e6 commit 46fbc3b

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.2-r0</version>
24+
<version>5.6.2-r0</version>
2525
</dependency>
2626
```
2727

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

3333
## Examples

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'net.joshka'
13-
version = '5.5.2-r0'
13+
version = '5.6.2-r0'
1414
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1515
ext.isRunningOnTravis = System.getenv("CI") == "true"
1616

0 commit comments

Comments
 (0)