Skip to content

Commit 66eb8db

Browse files
authored
Merge pull request #115 from jakzal/dependabot/gradle/org.wiremock-wiremock-3.4.2
Bump org.wiremock:wiremock from 3.4.1 to 3.4.2
2 parents cca0a32 + 384f210 commit 66eb8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
3737
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
3838
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
39-
testImplementation("org.wiremock:wiremock:3.4.1")
39+
testImplementation("org.wiremock:wiremock:3.4.2")
4040
}
4141

4242
gradlePlugin {

0 commit comments

Comments
 (0)