diff --git a/zuul-integration-test/build.gradle b/zuul-integration-test/build.gradle index 974329cd49..d647d7c77e 100644 --- a/zuul-integration-test/build.gradle +++ b/zuul-integration-test/build.gradle @@ -1,6 +1,9 @@ apply plugin: "java" apply plugin: 'application' +// wiremock needs this +sourceCompatibility = '11' + dependencies { implementation project(":zuul-core"), project(":zuul-guice"), @@ -13,7 +16,7 @@ dependencies { implementation 'commons-configuration:commons-configuration:1.10' annotationProcessor project(":zuul-processor") - testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testImplementation 'org.wiremock:wiremock:3.2.0' testImplementation 'javax.servlet:javax.servlet-api:4.0.1' testImplementation libraries.truth, libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine, libraries.jupiterMockito, libraries.okhttp testImplementation "io.netty.incubator:netty-incubator-transport-classes-io_uring:${versions_netty_io_uring}" diff --git a/zuul-integration-test/dependencies.lock b/zuul-integration-test/dependencies.lock index 9c9fa19d4b..7c3a6f9051 100644 --- a/zuul-integration-test/dependencies.lock +++ b/zuul-integration-test/dependencies.lock @@ -492,23 +492,20 @@ "firstLevelTransitive": [ "com.netflix.zuul:zuul-core" ], - "locked": "2.14.2" + "locked": "2.15.2" }, "com.fasterxml.jackson.core:jackson-databind": { "firstLevelTransitive": [ "com.netflix.zuul:zuul-core" ], - "locked": "2.14.2" - }, - "com.github.tomakehurst:wiremock-jre8": { - "locked": "2.35.0" + "locked": "2.15.2" }, "com.google.guava:guava": { "firstLevelTransitive": [ "com.netflix.zuul:zuul-core", "com.netflix.zuul:zuul-discovery" ], - "locked": "32.0.1-android" + "locked": "32.1.2-jre" }, "com.google.inject:guice": { "firstLevelTransitive": [ @@ -734,7 +731,10 @@ "com.netflix.zuul:zuul-core", "com.netflix.zuul:zuul-discovery" ], - "locked": "1.7.36" + "locked": "2.0.7" + }, + "org.wiremock:wiremock": { + "locked": "3.2.0" } }, "runtimeClasspath": { @@ -956,10 +956,7 @@ "firstLevelTransitive": [ "com.netflix.zuul:zuul-core" ], - "locked": "2.14.2" - }, - "com.github.tomakehurst:wiremock-jre8": { - "locked": "2.35.0" + "locked": "2.15.2" }, "com.google.inject:guice": { "firstLevelTransitive": [ @@ -1109,7 +1106,10 @@ "firstLevelTransitive": [ "com.netflix.zuul:zuul-core" ], - "locked": "1.7.36" + "locked": "2.0.7" + }, + "org.wiremock:wiremock": { + "locked": "3.2.0" } }, "testRuntimeClasspath": { @@ -1132,23 +1132,20 @@ "firstLevelTransitive": [ "com.netflix.zuul:zuul-core" ], - "locked": "2.14.2" + "locked": "2.15.2" }, "com.fasterxml.jackson.core:jackson-databind": { "firstLevelTransitive": [ "com.netflix.zuul:zuul-core" ], - "locked": "2.14.2" - }, - "com.github.tomakehurst:wiremock-jre8": { - "locked": "2.35.0" + "locked": "2.15.2" }, "com.google.guava:guava": { "firstLevelTransitive": [ "com.netflix.zuul:zuul-core", "com.netflix.zuul:zuul-discovery" ], - "locked": "32.0.1-android" + "locked": "32.1.2-jre" }, "com.google.inject:guice": { "firstLevelTransitive": [ @@ -1368,7 +1365,10 @@ "com.netflix.zuul:zuul-core", "com.netflix.zuul:zuul-discovery" ], - "locked": "1.7.36" + "locked": "2.0.7" + }, + "org.wiremock:wiremock": { + "locked": "3.2.0" } } } \ No newline at end of file