Skip to content

Commit

Permalink
Upgrade wiremock to version 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszmichalak committed Jan 25, 2024
1 parent ee7c38d commit 3023c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

schedules:
- cron: "0 0 * * *"
displayName: Daily Knot.x audit
displayName: Daily Knot.x audit from main
branches:
include:
- master
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
functionalTestImplementation(group = "io.vertx", name = "vertx-rx-java2")
functionalTestImplementation("org.junit.jupiter:junit-jupiter-api")
functionalTestRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
functionalTestImplementation(group = "com.github.tomakehurst", name = "wiremock")
functionalTestImplementation(group = "org.wiremock", name = "wiremock")
functionalTestImplementation(group = "io.vertx", name = "vertx-web-client")
}

Expand Down

0 comments on commit 3023c2f

Please sign in to comment.