@@ -14,7 +14,7 @@
|
||||
<name>spring-cloud-contract-dependencies</name>
|
||||
<description>Spring Cloud Contract Dependencies</description>
|
||||
<properties>
|
||||
<wiremock.version>2.11.0</wiremock.version>
|
||||
<wiremock.version>2.12.0</wiremock.version>
|
||||
<jsonassert.version>0.4.10</jsonassert.version>
|
||||
<aether.version>1.0.2.v20150114</aether.version>
|
||||
</properties>
|
||||
|
||||
@@ -42,7 +42,7 @@ class CustomExtension extends ResponseTransformer {
|
||||
Response transform(Request request, Response response, FileSource files, Parameters parameters) {
|
||||
return new Response(response.status, response.statusMessage,
|
||||
"surprise!", response.headers, response.wasConfigured(), response.fault,
|
||||
new ChunkedDribbleDelay(0, 0), response.fromProxy)
|
||||
response.initialDelay, new ChunkedDribbleDelay(0, 0), response.fromProxy)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.11.0
|
||||
wiremockVersion=2.12.0
|
||||
jsonAssertVersion=0.4.10
|
||||
verifierVersion=2.0.0.BUILD-SNAPSHOT
|
||||
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.11.0
|
||||
wiremockVersion=2.12.0
|
||||
jsonAssertVersion=0.4.10
|
||||
verifierVersion=2.0.0.BUILD-SNAPSHOT
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.11.0
|
||||
wiremockVersion=2.12.0
|
||||
jsonAssertVersion=0.4.10
|
||||
verifierVersion=2.0.0.BUILD-SNAPSHOT
|
||||
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.11.0
|
||||
wiremockVersion=2.12.0
|
||||
jsonAssertVersion=0.4.10
|
||||
verifierVersion=2.0.0.BUILD-SNAPSHOT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user