Skip to content

Commit

Permalink
Fix wiremock dependency name in Depandabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 12, 2024
1 parent b382c95 commit e95d6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ updates:
- dependency-name: "com.squareup.okhttp3:okhttp"
- dependency-name: "org.amqphub.quarkus:quarkus-qpid-jms-bom"
# Test dependencies
- dependency-name: "com.github.tomakehurst:wiremock"
- dependency-name: "org.wiremock:wiremock-standalone"
- dependency-name: "com.unboundid:unboundid-ldapsdk"
- dependency-name: "me.escoffier.certs:certificate-generator-junit5"
- dependency-name: "org.hamcrest:hamcrest"
Expand Down

0 comments on commit e95d6bc

Please sign in to comment.