Skip to content

Commit eaf0e7b

Browse files
[io.monitor] Upgrade dependencies (openhab#5118)
* metrics-core from 4.2.30 to 4.2.37 Release notes: https://github.com/dropwizard/metrics/releases * micrometer-core from 1.14.5 to 1.16.0 Release notes: https://github.com/micrometer-metrics/micrometer/releases Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 6b5fd2f commit eaf0e7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • bundles/org.openhab.core.io.monitor

bundles/org.openhab.core.io.monitor/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
<dependency>
3434
<groupId>io.dropwizard.metrics</groupId>
3535
<artifactId>metrics-core</artifactId>
36-
<version>4.2.30</version>
36+
<version>4.2.37</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.micrometer</groupId>
4141
<artifactId>micrometer-core</artifactId>
42-
<version>1.14.5</version>
42+
<version>1.16.0</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.micrometer</groupId>
4747
<artifactId>micrometer-commons</artifactId>
48-
<version>1.14.5</version>
48+
<version>1.16.0</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>

0 commit comments

Comments
 (0)