Skip to content

Commit

Permalink
Update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nicokosi committed Oct 5, 2023
1 parent a3dd2e9 commit c89dbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.0")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.35.1")
}

application {
Expand Down

0 comments on commit c89dbc3

Please sign in to comment.