File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
api ' org.apache.httpcomponents.client5:httpclient5:5.2.1'
32
32
api ' org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
33
33
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
35
35
api ' org.apache.tika:tika-core:2.9.1'
36
36
api ' io.github.oshai:kotlin-logging-jvm:5.1.4'
37
37
@@ -50,7 +50,7 @@ dependencies {
50
50
implementation ' org.apache.groovy:groovy:4.0.18'
51
51
implementation ' org.apache.groovy:groovy-json:4.0.18'
52
52
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
54
54
implementation ' commons-codec:commons-codec:1.15'
55
55
implementation ' io.github.oshai:kotlin-logging-jvm:5.1.4'
56
56
You can’t perform that action at this time.
0 commit comments