Skip to content

Commit

Permalink
fix: correct the kotlin-logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Nov 20, 2022
1 parent 9536819 commit d9eff8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'org.apache.tika:tika-core:1.28.5'
implementation 'io.github.microutils:kotlin-logging:2.0.10'
implementation 'io.github.microutils:kotlin-logging-jvm:2.1.23'
implementation 'io.github.microutils:kotlin-logging:2.1.23'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.1.1'
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.1.1'
implementation 'com.michael-bull.kotlin-result:kotlin-result:1.1.16'
Expand Down
2 changes: 1 addition & 1 deletion core/support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = 'Pact-JVM Support module with common utilities'
group = 'au.com.dius.pact.core'

dependencies {
api 'io.github.microutils:kotlin-logging-jvm'
api 'io.github.microutils:kotlin-logging'
api 'org.apache.httpcomponents.client5:httpclient5'
api 'org.apache.httpcomponents.client5:httpclient5-fluent'
api 'com.michael-bull.kotlin-result:kotlin-result-jvm'
Expand Down

0 comments on commit d9eff8f

Please sign in to comment.