Skip to content

Commit

Permalink
wiremock 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 26, 2023
1 parent 844e05b commit c396e37
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
5 changes: 4 additions & 1 deletion zuul-integration-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: "java"
apply plugin: 'application'

// wiremock needs this
sourceCompatibility = '11'

dependencies {
implementation project(":zuul-core"),
project(":zuul-guice"),
Expand All @@ -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}"
Expand Down
38 changes: 19 additions & 19 deletions zuul-integration-test/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": {
Expand All @@ -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": [
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit c396e37

Please sign in to comment.