Skip to content

Commit

Permalink
chore(deps): micrometer libraries should be kept in sync (#11440)
Browse files Browse the repository at this point in the history
as they are released together
micrometer-spring-legacy is EOL and not released anymore micrometer-metrics/micrometer#1662
We should investigate whether the mix of current and EOL spring-legacy actually works
  • Loading branch information
teleivo authored Aug 16, 2022
1 parent dbf842c commit df33d5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dhis-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@

<!-- Monitoring -->
<micrometer-spring-legacy.version>1.3.20</micrometer-spring-legacy.version>
<micrometer-registry-prometheus.version>1.9.3</micrometer-registry-prometheus.version>
<micrometer-core.version>1.9.2</micrometer-core.version>
<micrometer.version>1.9.3</micrometer.version>

<!-- Logging -->
<log4j.version>2.18.0</log4j.version>
Expand Down Expand Up @@ -2377,12 +2376,12 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>${micrometer-registry-prometheus.version}</version>
<version>${micrometer.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>${micrometer-core.version}</version>
<version>${micrometer.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit df33d5b

Please sign in to comment.