We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886eb88 commit a638881Copy full SHA for a638881
CHANGELOG.md
@@ -6,6 +6,7 @@ Update dependencies:
6
7
#### Build:
8
- [#614](https://github.com/influxdata/influxdb-client-java/pull/614): `commons-lang3` to `3.13.0`
9
+ - [#622](https://github.com/influxdata/influxdb-client-java/pull/622): `micrometer-registry-influx` to `1.11.3`
10
11
## 6.10.0 [2023-07-28]
12
spring/pom.xml
@@ -72,7 +72,7 @@
72
</scm>
73
74
<properties>
75
- <micrometer.version>1.11.2</micrometer.version>
+ <micrometer.version>1.11.3</micrometer.version>
76
<spring-boot.version>2.7.14</spring-boot.version>
77
<spring.version>5.3.26</spring.version>
78
</properties>
0 commit comments