Skip to content

Commit

Permalink
chore: #55 Prepare next development iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Aug 2, 2024
1 parent 6a4c803 commit b7c3ef9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Java library for Testcontainers that enables embedding Microcks into your JUnit

## Build Status

Latest released version is `0.2.8`.
Latest released version is `0.2.9`.

Current development version is `0.2.9-SNAPSHOT`.
Current development version is `0.2.10-SNAPSHOT`.

#### Sonarcloud Quality metrics

Expand All @@ -38,15 +38,15 @@ If you're using Maven:
<dependency>
<groupId>io.github.microcks</groupId>
<artifactId>microcks-testcontainers</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
</dependency>
```

or if you're using Gradle:

```groovy
dependencies {
testImplementation 'io.github.microcks:microcks-testcontainers:0.2.8'
testImplementation 'io.github.microcks:microcks-testcontainers:0.2.9'
}
```

Expand All @@ -58,7 +58,7 @@ Version `0.2.9` and above require version `1.10.0` of Microcks container images

```java
MicrocksContainer microcks = new MicrocksContainer(
DockerImageName.parse("quay.io/microcks/microcks-uber:1.9.1"));
DockerImageName.parse("quay.io/microcks/microcks-uber:1.10.0"));
microcks.start();
```

Expand Down

0 comments on commit b7c3ef9

Please sign in to comment.