Skip to content

Commit

Permalink
chore(dependencies): unpin com.github.tomakehurst:wiremock-jre8
Browse files Browse the repository at this point in the history
since the version from kork takes precedence anyway

before:

com.github.tomakehurst:wiremock-jre8:2.22.0 -> 2.26.3

after

+--- com.github.tomakehurst:wiremock-jre8 -> 2.26.3
  • Loading branch information
dbyron-sf committed Mar 21, 2024
1 parent 7f0dd2c commit b92404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igor-web/igor-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.assertj:assertj-core"

testImplementation "com.github.tomakehurst:wiremock-jre8:2.22.0"
testImplementation "com.github.tomakehurst:wiremock-jre8"
}

0 comments on commit b92404a

Please sign in to comment.