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 21, 2024
1 parent 00442e6 commit 9ddf126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.1'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
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'
api 'io.github.oshai:kotlin-logging-jvm:5.1.4'

Expand Down
2 changes: 1 addition & 1 deletion consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ dependencies {
testRuntimeOnly 'net.bytebuddy:byte-buddy'
testRuntimeOnly 'org.objenesis:objenesis:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
testImplementation 'io.grpc:grpc-protobuf:1.51.0'
testImplementation 'io.grpc:grpc-protobuf:1.66.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
}

0 comments on commit 9ddf126

Please sign in to comment.