This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new e95d6bc3cb Fix wiremock dependency name in Depandabot configuration e95d6bc3cb is described below commit e95d6bc3cb86e51a0179f9ae046385b06b6dfeec Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Sep 12 13:26:34 2024 +0100 Fix wiremock dependency name in Depandabot configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73ba5fecdd..150cdd2474 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"