Skip to content

Commit 45990b1

Browse files
chore(deps): Bump micrometer-registry-influx from 1.11.1 to 1.11.2 (#601)
* chore(deps): Bump micrometer-registry-influx from 1.11.1 to 1.11.2 Bumps [micrometer-registry-influx](https://github.com/micrometer-metrics/micrometer) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-registry-influx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 42f3952 commit 45990b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Update dependencies:
1313
#### Build:
1414
- [#567](https://github.com/influxdata/influxdb-client-java/pull/567): `lombok` to `1.18.28`
1515
- [#582](https://github.com/influxdata/influxdb-client-java/pull/582): `scala-collection-compat_2.12` to `2.11.0`
16-
- [#581](https://github.com/influxdata/influxdb-client-java/pull/581): `micrometer-registry-influx` to `1.11.1`
16+
- [#601](https://github.com/influxdata/influxdb-client-java/pull/601): `micrometer-registry-influx` to `1.11.2`
1717
- [#608](https://github.com/influxdata/influxdb-client-java/pull/608): `spring-boot` to `2.7.14`
1818
- [#588](https://github.com/influxdata/influxdb-client-java/pull/588): `scala-library` to `2.12.18`
1919
- [#589](https://github.com/influxdata/influxdb-client-java/pull/589): `kotlin` to `1.8.22`

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</scm>
7373

7474
<properties>
75-
<micrometer.version>1.11.1</micrometer.version>
75+
<micrometer.version>1.11.2</micrometer.version>
7676
<spring-boot.version>2.7.14</spring-boot.version>
7777
<spring.version>5.3.26</spring.version>
7878
</properties>

0 commit comments

Comments
 (0)