Skip to content

Commit

Permalink
chore: Upgrade kotlin-logging to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Feb 16, 2024
1 parent dac93d7 commit 04458fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
To generate the log, run `git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD` replacing TAGNAME and HEAD as appropriate.

# 4.6.7 - OS
# 4.6.7 - Bugfix Release

* 2dd627172 - fix: Matching rules for query strings with square brackets were not bing written in V2 format correctly #1766 (Ronald Holshausen, Fri Feb 16 14:17:12 2024 +1100)
* 9480fdc77 - fix: Provider branch not sent to Pact Broker in consumer version selectors if enablePending=false #1769 (Ronald Holshausen, Fri Feb 16 10:25:53 2024 +1100)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
api 'org.json:json:20230618'
api 'io.pact.plugin.driver:core:0.4.1'
api 'org.apache.tika:tika-core:2.7.0'
api 'io.github.microutils:kotlin-logging-jvm:3.0.4'
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'
Expand All @@ -52,7 +52,7 @@ dependencies {
implementation 'org.apache.groovy:groovy-xml:4.0.11'
implementation 'io.pact.plugin.driver:core:0.4.1'
implementation 'commons-codec:commons-codec:1.15'
implementation 'io.github.microutils:kotlin-logging-jvm:3.0.4'
implementation 'io.github.oshai:kotlin-logging-jvm:5.1.4'

testImplementation 'org.apache.groovy:groovy:4.0.11'
testImplementation 'org.apache.groovy:groovy-json:4.0.11'
Expand Down
3 changes: 1 addition & 2 deletions core/pactbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ group = 'au.com.dius.pact.core'

dependencies {
api project(':core:support')
api 'io.github.microutils:kotlin-logging-jvm'
api 'io.github.oshai:kotlin-logging-jvm:5.0.0'
api 'io.github.oshai:kotlin-logging-jvm'
api 'org.apache.httpcomponents.client5:httpclient5'

implementation 'org.apache.commons:commons-lang3'
Expand Down
3 changes: 1 addition & 2 deletions core/support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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.oshai:kotlin-logging-jvm:5.0.0'
api 'io.github.oshai:kotlin-logging-jvm'
api 'org.apache.httpcomponents.client5:httpclient5'
api 'org.apache.httpcomponents.client5:httpclient5-fluent'

Expand Down
3 changes: 1 addition & 2 deletions provider/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ dependencies {
implementation 'com.github.ajalt:mordant:1.2.1'
implementation 'commons-io:commons-io:2.11.0'
implementation 'org.apache.commons:commons-lang3'
implementation 'io.github.microutils:kotlin-logging-jvm'
implementation 'io.github.oshai:kotlin-logging-jvm:5.0.0'
implementation 'io.github.oshai:kotlin-logging-jvm'

testImplementation 'junit:junit'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit 04458fc

Please sign in to comment.