Skip to content

Commit

Permalink
chore: Upgrade plugin driver to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Mar 22, 2023
1 parent f858a17 commit 0a06556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ dependencies {
api 'org.apache.httpcomponents.client5:httpclient5:5.1.3'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.1.3'
api 'org.json:json:20220924'
api 'io.pact.plugin.driver:core:0.3.2'
api 'org.apache.tika:tika-core:1.28.5'

implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation 'org.apache.commons:commons-lang3:3.12.0'
Expand All @@ -45,7 +47,7 @@ dependencies {
implementation 'io.netty:netty-handler:4.1.84.Final'
implementation 'org.apache.groovy:groovy:4.0.6'
implementation 'org.apache.groovy:groovy-json:4.0.6'
implementation 'io.pact.plugin.driver:core:0.3.1'
implementation 'io.pact.plugin.driver:core:0.3.2'

testImplementation 'org.apache.groovy:groovy:4.0.6'
testImplementation 'org.apache.groovy:groovy-json:4.0.6'
Expand Down
2 changes: 1 addition & 1 deletion core/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ group = 'au.com.dius.pact.core'
dependencies {
api project(":core:support")
api project(":core:pactbroker")
api 'org.apache.tika:tika-core'

implementation 'org.apache.commons:commons-lang3'
implementation 'org.apache.commons:commons-collections4'
implementation 'org.slf4j:slf4j-api'
implementation 'com.github.mifmif:generex:1.0.2'
implementation 'javax.mail:mail:1.5.0-b01'
implementation 'org.apache.tika:tika-core'
implementation 'io.ktor:ktor-http-jvm'
implementation 'commons-beanutils:commons-beanutils:1.9.4'

Expand Down

0 comments on commit 0a06556

Please sign in to comment.