Bumped WireMock to 2.8.0, fixes #410
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.7.1
|
||||
wiremockVersion=2.8.0
|
||||
jsonAssertVersion=0.4.8
|
||||
verifierVersion=1.2.0.BUILD-SNAPSHOT
|
||||
|
||||
|
||||
@@ -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.7.1") {
|
||||
testCompile("com.github.tomakehurst:wiremock:2.8.0") {
|
||||
exclude group: 'org.eclipse.jetty'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.7.1
|
||||
wiremockVersion=2.8.0
|
||||
jsonAssertVersion=0.4.8
|
||||
verifierVersion=1.2.0.BUILD-SNAPSHOT
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.7.1
|
||||
wiremockVersion=2.8.0
|
||||
jsonAssertVersion=0.4.8
|
||||
verifierVersion=1.2.0.BUILD-SNAPSHOT
|
||||
@@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.7.1
|
||||
wiremockVersion=2.8.0
|
||||
jsonAssertVersion=0.4.8
|
||||
verifierVersion=1.2.0.BUILD-SNAPSHOT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user