Skip to content

Commit 21a33d8

Browse files
committed
chore(deps): #89 Bump microcks-uber image to 1.12.0
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 4b97aa9 commit 21a33d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/acme/order/ContainersConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MicrocksContainersEnsemble microcksEnsemble(KafkaContainer kafkaContainer) {
3434
// .asCompatibleSubstituteFor("quay.io/microcks/microcks-uber:1.9.0");
3535
// MicrocksContainersEnsemble ensemble = new MicrocksContainersEnsemble(network, nativeImage)
3636

37-
MicrocksContainersEnsemble ensemble = new MicrocksContainersEnsemble(network, "quay.io/microcks/microcks-uber:1.11.2")
37+
MicrocksContainersEnsemble ensemble = new MicrocksContainersEnsemble(network, "quay.io/microcks/microcks-uber:1.12.0")
3838
.withPostman() // We need this to do contract-testing with Postman collection
3939
.withAsyncFeature() // We need this for async mocking and contract-testing
4040
.withAccessToHost(true) // We need this to access our webapp while it runs

0 commit comments

Comments
 (0)