Skip to content

Commit 08ebdef

Browse files
chore(deps): bump io.micrometer:micrometer-registry-influx from 1.12.4 to 1.12.5 (#707)
* chore(deps): bump io.micrometer:micrometer-registry-influx Bumps [io.micrometer:micrometer-registry-influx](https://github.com/micrometer-metrics/micrometer) from 1.12.4 to 1.12.5. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.12.4...v1.12.5) --- 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 [skip ci] --------- 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 cf762ae commit 08ebdef

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
@@ -15,7 +15,7 @@ Update dependencies:
1515
- [#698](https://github.com/influxdata/influxdb-client-java/pull/698): `spring-boot` to `3.2.4`
1616
- [#686](https://github.com/influxdata/influxdb-client-java/pull/686): `scala-library` to `2.12.19`
1717
- [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0`
18-
- [#695](https://github.com/influxdata/influxdb-client-java/pull/695): `micrometer-registry-influx` to `1.12.4`
18+
- [#707](https://github.com/influxdata/influxdb-client-java/pull/707): `micrometer-registry-influx` to `1.12.5`
1919
- [#696](https://github.com/influxdata/influxdb-client-java/pull/696): `okio` to `3.9.0`
2020
- [#694](https://github.com/influxdata/influxdb-client-java/pull/694): `retrofit` to `2.11.0`
2121
- [#699](https://github.com/influxdata/influxdb-client-java/pull/699): `kotlin` to `1.9.23`

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.12.4</micrometer.version>
75+
<micrometer.version>1.12.5</micrometer.version>
7676
<spring-boot.version>3.2.4</spring-boot.version>
7777
<spring.version>6.1.3</spring.version>
7878
</properties>

0 commit comments

Comments
 (0)