Skip to content

Commit

Permalink
sync from private repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Retel Bot committed Oct 25, 2024
1 parent 0fdef8e commit 239a6c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<version.log4j.staticshutdown>1.1.0</version.log4j.staticshutdown>
<version.log4j>2.24.1</version.log4j>
<version.maven-surefire-plugin>3.5.1</version.maven-surefire-plugin>
<version.micrometer>1.12.3</version.micrometer>
<version.micrometer>1.13.6</version.micrometer>
<version.mockito>5.14.2</version.mockito>
<version.parallelconsumer>0.5.3.2</version.parallelconsumer>
<version.scala.compat>2.13</version.scala.compat>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/retel/ariproxy/metrics/Metrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import io.micrometer.core.instrument.composite.CompositeMeterRegistry;
import io.micrometer.jmx.JmxConfig;
import io.micrometer.jmx.JmxMeterRegistry;
import io.micrometer.prometheus.PrometheusConfig;
import io.micrometer.prometheus.PrometheusMeterRegistry;
import io.micrometer.prometheusmetrics.PrometheusConfig;
import io.micrometer.prometheusmetrics.PrometheusMeterRegistry;
import io.retel.ariproxy.boundary.commandsandresponses.auxiliary.AriCommand;
import io.retel.ariproxy.boundary.commandsandresponses.auxiliary.AriCommandType;
import io.retel.ariproxy.boundary.commandsandresponses.auxiliary.AriMessageType;
Expand Down

0 comments on commit 239a6c7

Please sign in to comment.