Skip to content

Commit 5e65821

Browse files
committed
Bump dependency versions
Signed-off-by: Fabian Stäber <[email protected]>
1 parent 7de891e commit 5e65821

File tree

63 files changed

+425
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+425
-99
lines changed

Diff for: MAINTAINER_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
Use the [Versions Maven Plugin](https://www.mojohaus.org/versions-maven-plugin/index.html). Rules are configured in [version-rules.xml](version-rules.xml).
66

77
```
8-
./mvnw versions:use-next-releases
8+
./mvnw versions:use-latest-releases
99
```

Diff for: benchmarks/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: integration_tests/it_common/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
<rule groupId="*" comparisonMethod="maven">
6+
<ignoreVersions>
7+
<ignoreVersion type="regex">.*alpha.*</ignoreVersion>
8+
</ignoreVersions>
9+
</rule>
10+
</rules>
11+
</ruleset>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: integration_tests/it_java_versions/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: integration_tests/it_log4j2/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: integration_tests/it_pushgateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.squareup.okhttp3</groupId>
3232
<artifactId>okhttp</artifactId>
33-
<version>4.9.3</version>
33+
<version>4.10.0</version>
3434
<scope>test</scope>
3535
</dependency>
3636
<dependency>

Diff for: integration_tests/it_pushgateway/version-rules.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
<rule groupId="*" comparisonMethod="maven">
6+
<ignoreVersions>
7+
<ignoreVersion type="regex">.*alpha.*</ignoreVersion>
8+
</ignoreVersions>
9+
</rule>
10+
</rules>
11+
</ruleset>

Diff for: integration_tests/it_servlet_jakarta_exporter_webxml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.squareup.okhttp3</groupId>
3737
<artifactId>okhttp</artifactId>
38-
<version>4.9.3</version>
38+
<version>4.10.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.testcontainers</groupId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>jakarta.servlet</groupId>
5252
<artifactId>jakarta.servlet-api</artifactId>
53-
<version>5.0.0</version>
53+
<version>6.0.0</version>
5454
<scope>provided</scope>
5555
</dependency>
5656
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
<rule groupId="*" comparisonMethod="maven">
6+
<ignoreVersions>
7+
<ignoreVersion type="regex">.*alpha.*</ignoreVersion>
8+
</ignoreVersions>
9+
</rule>
10+
</rules>
11+
</ruleset>

Diff for: integration_tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
<dependency>
5757
<groupId>org.testcontainers</groupId>
5858
<artifactId>testcontainers</artifactId>
59-
<version>1.17.0</version>
59+
<version>1.17.2</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.squareup.okhttp3</groupId>
6464
<artifactId>okhttp</artifactId>
65-
<version>4.9.3</version>
65+
<version>4.10.0</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>

Diff for: integration_tests/version-rules.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
<rule groupId="*" comparisonMethod="maven">
6+
<ignoreVersions>
7+
<ignoreVersion type="regex">.*alpha.*</ignoreVersion>
8+
</ignoreVersions>
9+
</rule>
10+
</rules>
11+
</ruleset>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<artifactId>versions-maven-plugin</artifactId>
232232
<version>2.10.0</version>
233233
<configuration>
234-
<rulesUri>file://${session.executionRootDirectory}/version-rules.xml</rulesUri>
234+
<rulesUri>file://${project.basedir}/version-rules.xml</rulesUri>
235235
</configuration>
236236
</plugin>
237237
</plugins>

Diff for: simpleclient/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: simpleclient_caffeine/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.github.ben-manes.caffeine</groupId>
4343
<artifactId>caffeine</artifactId>
44-
<version>3.0.0</version>
44+
<version>3.1.1</version>
4545
</dependency>
4646

4747

@@ -55,13 +55,13 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>4.4.0</version>
58+
<version>4.6.1</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.assertj</groupId>
6363
<artifactId>assertj-core</artifactId>
64-
<version>3.22.0</version>
64+
<version>3.23.1</version>
6565
<scope>test</scope>
6666
</dependency>
6767

Diff for: simpleclient_caffeine/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: simpleclient_common/version-rules.xml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset comparisonMethod="maven"
2+
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4+
<rules>
5+
</rules>
6+
</ruleset>

Diff for: simpleclient_dropwizard/pom.xml

+48-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,60 @@
5252
<dependency>
5353
<groupId>org.assertj</groupId>
5454
<artifactId>assertj-core</artifactId>
55-
<version>3.22.0</version>
55+
<version>3.23.1</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.mockito</groupId>
6060
<artifactId>mockito-core</artifactId>
61-
<version>3.0.0</version>
61+
<version>4.6.1</version>
6262
<scope>test</scope>
6363
</dependency>
6464
</dependencies>
65+
66+
<build>
67+
<plugins>
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-compiler-plugin</artifactId>
71+
<configuration>
72+
<source>1.6</source>
73+
<target>1.6</target>
74+
<testSource>1.8</testSource>
75+
<testTarget>1.8</testTarget>
76+
</configuration>
77+
</plugin>
78+
</plugins>
79+
</build>
80+
81+
<profiles>
82+
<profile>
83+
<!-- Intellij does not support different Java versions for source and testSource -->
84+
<!-- As a workaround, use Java 8 in Intellij. -->
85+
<!-- This will be fixed with https://youtrack.jetbrains.com/issue/IDEA-85478 -->
86+
<id>intellij</id>
87+
<activation>
88+
<activeByDefault>false</activeByDefault>
89+
<property>
90+
<!-- This property is only set when you open the project in Intellij. -->
91+
<!-- When you compile in the command line, the property will not be set -->
92+
<!-- and this profile will not be used. -->
93+
<name>idea.maven.embedder.version</name>
94+
</property>
95+
</activation>
96+
<build>
97+
<plugins>
98+
<plugin>
99+
<groupId>org.apache.maven.plugins</groupId>
100+
<artifactId>maven-compiler-plugin</artifactId>
101+
<configuration>
102+
<source>1.8</source>
103+
<target>1.8</target>
104+
</configuration>
105+
</plugin>
106+
</plugins>
107+
</build>
108+
</profile>
109+
</profiles>
110+
65111
</project>

Diff for: simpleclient_dropwizard/src/test/java/io/prometheus/client/dropwizard/DropwizardExportsTest.java

+18-18
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import static org.junit.Assert.assertThat;
2424
import static org.junit.Assert.assertTrue;
2525
import static org.mockito.ArgumentMatchers.anyDouble;
26-
import static org.mockito.ArgumentMatchers.anyListOf;
26+
import static org.mockito.ArgumentMatchers.anyList;
2727
import static org.mockito.ArgumentMatchers.anyString;
2828
import static org.mockito.ArgumentMatchers.eq;
2929

@@ -119,7 +119,7 @@ public String getValue() {
119119

120120
metricRegistry.register("invalid_gauge", invalidGauge);
121121
assertEquals(null, registry.getSampleValue("invalid_gauge"));
122-
Mockito.verifyZeroInteractions(sampleBuilder);
122+
Mockito.verifyNoInteractions(sampleBuilder);
123123
}
124124

125125
@Test
@@ -132,7 +132,7 @@ public String getValue() {
132132
};
133133
metricRegistry.register("invalid_gauge", invalidGauge);
134134
assertEquals(null, registry.getSampleValue("invalid_gauge"));
135-
Mockito.verifyZeroInteractions(sampleBuilder);
135+
Mockito.verifyNoInteractions(sampleBuilder);
136136
}
137137

138138
void assertRegistryContainsMetrics(String... metrics) {
@@ -190,19 +190,19 @@ public void testTimer() throws IOException, InterruptedException {
190190

191191
@Test
192192
public void testThatMetricHelpUsesOriginalDropwizardName() {
193-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedTimer1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
193+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedTimer1"), anyString(), anyList(), anyList(), anyDouble()))
194194
.thenReturn(new Collector.MetricFamilySamples.Sample("my_application_namedTimer1", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234));
195195

196-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedCounter1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
196+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedCounter1"), anyString(), anyList(), anyList(), anyDouble()))
197197
.thenReturn(new Collector.MetricFamilySamples.Sample("my_application_namedCounter1", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234));
198198

199-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedMeter1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
199+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedMeter1"), anyString(), anyList(), anyList(), anyDouble()))
200200
.thenReturn(new Collector.MetricFamilySamples.Sample("my_application_namedMeter1_total", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234));
201201

202-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedHistogram1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
202+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedHistogram1"), anyString(), anyList(), anyList(), anyDouble()))
203203
.thenReturn(new Collector.MetricFamilySamples.Sample("my_application_namedHistogram1", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234));
204204

205-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedGauge1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
205+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedGauge1"), anyString(), anyList(), anyList(), anyDouble()))
206206
.thenReturn(new Collector.MetricFamilySamples.Sample("my_application_namedGauge1", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234));
207207

208208
metricRegistry.timer("my.application.namedTimer1");
@@ -248,43 +248,43 @@ public void testThatMetricHelpUsesOriginalDropwizardName() {
248248
@Test
249249
public void testThatMetricsMappedToSameNameAreGroupedInSameFamily() {
250250
final Collector.MetricFamilySamples.Sample namedTimerSample1 = new Collector.MetricFamilySamples.Sample("my_application_namedTimer", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234);
251-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedTimer1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
251+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedTimer1"), anyString(), anyList(), anyList(), anyDouble()))
252252
.thenReturn(namedTimerSample1);
253253

254254
final Collector.MetricFamilySamples.Sample namedTimerSample2 = new Collector.MetricFamilySamples.Sample("my_application_namedTimer", Collections.<String>emptyList(), Collections.<String>emptyList(), 1235);
255-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedTimer2"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
255+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedTimer2"), anyString(), anyList(), anyList(), anyDouble()))
256256
.thenReturn(namedTimerSample2);
257257

258258
final Collector.MetricFamilySamples.Sample namedCounter1 = new Collector.MetricFamilySamples.Sample("my_application_namedCounter", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234);
259-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedCounter1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
259+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedCounter1"), anyString(), anyList(), anyList(), anyDouble()))
260260
.thenReturn(namedCounter1);
261261

262262
final Collector.MetricFamilySamples.Sample namedCounter2 = new Collector.MetricFamilySamples.Sample("my_application_namedCounter", Collections.<String>emptyList(), Collections.<String>emptyList(), 1235);
263-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedCounter2"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
263+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedCounter2"), anyString(), anyList(), anyList(), anyDouble()))
264264
.thenReturn(namedCounter2);
265265

266266
final Collector.MetricFamilySamples.Sample namedMeter1 = new Collector.MetricFamilySamples.Sample("my_application_namedMeter_total", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234);
267-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedMeter1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
267+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedMeter1"), anyString(), anyList(), anyList(), anyDouble()))
268268
.thenReturn(namedMeter1);
269269

270270
final Collector.MetricFamilySamples.Sample namedMeter2 = new Collector.MetricFamilySamples.Sample("my_application_namedMeter_total", Collections.<String>emptyList(), Collections.<String>emptyList(), 1235);
271-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedMeter2"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
271+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedMeter2"), anyString(), anyList(), anyList(), anyDouble()))
272272
.thenReturn(namedMeter2);
273273

274274
final Collector.MetricFamilySamples.Sample namedHistogram1 = new Collector.MetricFamilySamples.Sample("my_application_namedHistogram", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234);
275-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedHistogram1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
275+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedHistogram1"), anyString(), anyList(), anyList(), anyDouble()))
276276
.thenReturn(namedHistogram1);
277277

278278
final Collector.MetricFamilySamples.Sample namedHistogram2 = new Collector.MetricFamilySamples.Sample("my_application_namedHistogram", Collections.<String>emptyList(), Collections.<String>emptyList(), 1235);
279-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedHistogram2"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
279+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedHistogram2"), anyString(), anyList(), anyList(), anyDouble()))
280280
.thenReturn(namedHistogram2);
281281

282282
final Collector.MetricFamilySamples.Sample namedGauge1 = new Collector.MetricFamilySamples.Sample("my_application_namedGauge", Collections.<String>emptyList(), Collections.<String>emptyList(), 1234);
283-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedGauge1"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
283+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedGauge1"), anyString(), anyList(), anyList(), anyDouble()))
284284
.thenReturn(namedGauge1);
285285

286286
final Collector.MetricFamilySamples.Sample namedGauge2 = new Collector.MetricFamilySamples.Sample("my_application_namedGauge", Collections.<String>emptyList(), Collections.<String>emptyList(), 1235);
287-
Mockito.when(sampleBuilder.createSample(eq("my.application.namedGauge2"), anyString(), anyListOf(String.class), anyListOf(String.class), anyDouble()))
287+
Mockito.when(sampleBuilder.createSample(eq("my.application.namedGauge2"), anyString(), anyList(), anyList(), anyDouble()))
288288
.thenReturn(namedGauge2);
289289

290290
metricRegistry.timer("my.application.namedTimer1");

0 commit comments

Comments
 (0)