Skip to content

Commit 9ddf126

Browse files
committed
chore: Upgrade plugin driver to 0.5.0
1 parent 00442e6 commit 9ddf126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
3232
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
3333
api 'org.json:json:20240205'
34-
api 'io.pact.plugin.driver:core:0.4.2'
34+
api 'io.pact.plugin.driver:core:0.5.0'
3535
api 'org.apache.tika:tika-core:2.9.1'
3636
api 'io.github.oshai:kotlin-logging-jvm:5.1.4'
3737

consumer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ dependencies {
4343
testRuntimeOnly 'net.bytebuddy:byte-buddy'
4444
testRuntimeOnly 'org.objenesis:objenesis:3.2'
4545
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
46-
testImplementation 'io.grpc:grpc-protobuf:1.51.0'
46+
testImplementation 'io.grpc:grpc-protobuf:1.66.0'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4848
}

0 commit comments

Comments
 (0)