Skip to content

Commit

Permalink
Make plugindriver version consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerlady committed Aug 28, 2024
1 parent f5ee0eb commit 67d9576
Showing 1 changed file 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.5.1'
api 'io.pact.plugin.driver:core:0.5.1' // remember also to update implementation
api 'org.apache.tika:tika-core:2.9.1'
api 'io.github.oshai:kotlin-logging-jvm:5.1.4'

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

Expand Down

0 comments on commit 67d9576

Please sign in to comment.