Skip to content

Commit 7a28b1e

Browse files
authoredAug 28, 2024··
Merge pull request #1822 from huehnerlady/update-plugin-driver
Make plugindriver version consistent
2 parents f5ee0eb + 67d9576 commit 7a28b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
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.5.1'
34+
api 'io.pact.plugin.driver:core:0.5.1' // remember also to update implementation
3535
api 'org.apache.tika:tika-core:2.9.1'
3636
api 'io.github.oshai:kotlin-logging-jvm:5.1.4'
3737

@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'org.apache.groovy:groovy:4.0.18'
5151
implementation 'org.apache.groovy:groovy-json:4.0.18'
5252
implementation 'org.apache.groovy:groovy-xml:4.0.18'
53-
implementation 'io.pact.plugin.driver:core:0.4.2'
53+
implementation 'io.pact.plugin.driver:core:0.5.1' //remember to also update under api
5454
implementation 'commons-codec:commons-codec:1.15'
5555
implementation 'io.github.oshai:kotlin-logging-jvm:5.1.4'
5656

0 commit comments

Comments
 (0)
Please sign in to comment.