Bumped WireMock to 2.9.0; fixes #439

This commit is contained in:
Marcin Grzejszczak
2017-10-18 08:54:31 +02:00
parent 68d6dd9ff9
commit d752092d2c
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<name>spring-cloud-contract-dependencies</name>
<description>Spring Cloud Contract Dependencies</description>
<properties>
<wiremock.version>2.8.0</wiremock.version>
<wiremock.version>2.9.0</wiremock.version>
<jsonassert.version>0.4.10</jsonassert.version>
<aether.version>1.0.2.v20150114</aether.version>
</properties>

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
wiremockVersion=2.8.0
wiremockVersion=2.9.0
jsonAssertVersion=0.4.10
verifierVersion=1.2.0.BUILD-SNAPSHOT

View File

@@ -83,7 +83,7 @@ configure([project(':fraudDetectionService'), project(':loanApplicationService')
testCompile "org.mockito:mockito-core"
testCompile "org.springframework:spring-test"
testCompile "org.springframework.boot:spring-boot-test"
testCompile("com.github.tomakehurst:wiremock:2.8.0") {
testCompile("com.github.tomakehurst:wiremock:2.9.0") {
exclude group: 'org.eclipse.jetty'
}
}

View File

@@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
wiremockVersion=2.8.0
wiremockVersion=2.9.0
jsonAssertVersion=0.4.10
verifierVersion=1.2.0.BUILD-SNAPSHOT

View File

@@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
wiremockVersion=2.8.0
wiremockVersion=2.9.0
jsonAssertVersion=0.4.10
verifierVersion=1.2.0.BUILD-SNAPSHOT

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
wiremockVersion=2.8.0
wiremockVersion=2.9.0
jsonAssertVersion=0.4.10
verifierVersion=1.2.0.BUILD-SNAPSHOT