summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-09-02 21:05:34 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-09-02 21:05:34 +0200
commit05e6c46448adea6242f041037168ed6bd41f0d2b (patch)
tree175e3f16f8a319f068f1ad24ca9bae95ba864fec /metrics-proxy
parent77aaa6e63f06063e91d7f7c8621ae82401b83288 (diff)
com.github.tomakehurst.wiremock has become org.wiremock
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index f67989afd76..af0dbaa83fb 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -111,7 +111,7 @@
<dependency>
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
</dependency>