Skip to content

Commit

Permalink
chore: Upgrade dependencies (json, tika, pact plugin driver)
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Feb 16, 2024
1 parent 7bada26 commit a3358ce
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ dependencies {
// Define dependency versions as constraints
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
api 'org.json:json:20230618'
api 'io.pact.plugin.driver:core:0.4.1'
api 'org.apache.tika:tika-core:2.7.0'
api 'org.json:json:20240205'
api 'io.pact.plugin.driver:core:0.4.2'
api 'org.apache.tika:tika-core:2.9.1'
api 'io.github.oshai:kotlin-logging-jvm:5.1.4'

implementation 'org.jetbrains.kotlin:kotlin-stdlib'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'org.apache.tika:tika-core:2.7.0'
implementation 'org.apache.tika:tika-core:2.9.1'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'io.ktor:ktor-http-jvm:2.3.2'
Expand All @@ -50,7 +50,7 @@ dependencies {
implementation 'org.apache.groovy:groovy:4.0.11'
implementation 'org.apache.groovy:groovy-json:4.0.11'
implementation 'org.apache.groovy:groovy-xml:4.0.11'
implementation 'io.pact.plugin.driver:core:0.4.1'
implementation 'io.pact.plugin.driver:core:0.4.2'
implementation 'commons-codec:commons-codec:1.15'
implementation 'io.github.oshai:kotlin-logging-jvm:5.1.4'

Expand Down

0 comments on commit a3358ce

Please sign in to comment.