File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-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.4 ` .
14+ Latest released version is ` 0.0.5 ` .
1515
16- Current development version is ` 0.0.5 -SNAPSHOT ` .
16+ Current development version is ` 0.0.6 -SNAPSHOT ` .
1717
1818#### Fossa license and security scans
1919
@@ -41,6 +41,7 @@ To get involved with our community, please make sure you are familiar with the p
4141| ` 0.0.2 ` | ` 1.10.0 ` and + |
4242| ` 0.0.3 ` | ` 1.10.0 ` and + |
4343| ` 0.0.4 ` | ` 1.10.0 ` and + |
44+ | ` 0.0.5 ` | ` 1.10.0 ` and + |
4445
4546## How to use it?
4647
@@ -51,14 +52,14 @@ If you're using Maven:
5152<dependency >
5253 <groupId >io.github.microcks</groupId >
5354 <artifactId >microcks-java-client</artifactId >
54- <version >0.0.4 </version >
55+ <version >0.0.5 </version >
5556</dependency >
5657```
5758
5859or if you're using Gradle:
5960``` groovy
6061dependencies {
61- implementation 'io.github.microcks:microcks-java-client:0.0.4 '
62+ implementation 'io.github.microcks:microcks-java-client:0.0.5 '
6263}
6364```
6465
You can’t perform that action at this time.
0 commit comments