Skip to content

Commit

Permalink
chore: Upgrade plugin driver to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 27, 2024
1 parent 71a4d06 commit 20618d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
api 'org.apache.httpcomponents.client5:httpclient5:5.1.3'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.1.3'
api 'org.json:json:20240205'
api 'io.pact.plugin.driver:core:0.4.2'
api 'io.pact.plugin.driver:core:0.5.0'
api 'org.apache.tika:tika-core:2.9.1'

implementation 'org.jetbrains.kotlin:kotlin-stdlib'
Expand Down
5 changes: 3 additions & 2 deletions consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api'
implementation 'io.ktor:ktor-server-netty'
implementation 'io.ktor:ktor-network-tls-certificates'
implementation 'io.ktor:ktor-server-call-logging'
implementation('io.pact.plugin.driver:core') {
exclude group: 'au.com.dius.pact.core'
}
Expand All @@ -41,7 +42,7 @@ dependencies {
testImplementation 'org.apache.groovy:groovy-dateutil'
testRuntimeOnly 'net.bytebuddy:byte-buddy'
testRuntimeOnly 'org.objenesis:objenesis:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
testImplementation 'io.grpc:grpc-protobuf:1.43.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
testImplementation 'io.grpc:grpc-protobuf:1.66.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
}

0 comments on commit 20618d9

Please sign in to comment.