File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m
1111
1212## Build Status
1313
14- Latest released version is ` 0.0.6 ` .
14+ Latest released version is ` 0.0.7 ` .
1515
16- Current development version is ` 0.0.7 -SNAPSHOT ` .
16+ Current development version is ` 0.0.8 -SNAPSHOT ` .
1717
1818#### Fossa license and security scans
1919
@@ -49,14 +49,14 @@ If you're using Maven:
4949<dependency >
5050 <groupId >io.github.microcks</groupId >
5151 <artifactId >microcks-java-client</artifactId >
52- <version >0.0.6 </version >
52+ <version >0.0.7 </version >
5353</dependency >
5454```
5555
5656or if you're using Gradle:
5757``` groovy
5858dependencies {
59- implementation 'io.github.microcks:microcks-java-client:0.0.6 '
59+ implementation 'io.github.microcks:microcks-java-client:0.0.7 '
6060}
6161```
6262
You can’t perform that action at this time.
0 commit comments