File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/test/java/org/acme/order Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ MicrocksContainersEnsemble microcksEnsemble(KafkaContainer kafkaContainer) {
34
34
// .asCompatibleSubstituteFor("quay.io/microcks/microcks-uber:1.9.0");
35
35
// MicrocksContainersEnsemble ensemble = new MicrocksContainersEnsemble(network, nativeImage)
36
36
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 " )
38
38
.withPostman () // We need this to do contract-testing with Postman collection
39
39
.withAsyncFeature () // We need this for async mocking and contract-testing
40
40
.withAccessToHost (true ) // We need this to access our webapp while it runs
You can’t perform that action at this time.
0 commit comments