From 00467ded3d07eef20525006b33deab8e1b4a4d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:06:51 +0000 Subject: [PATCH 1/2] 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](https://github.com/micrometer-metrics/micrometer/compare/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] --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index a8192752f0..008462180f 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -72,7 +72,7 @@ - 1.12.4 + 1.12.5 3.2.4 6.1.3 From 27dbd5ed8b83b57a908358dde9330fef4d0a69d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 2 May 2024 06:09:46 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 918bfef712..f0fb3f803b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Update dependencies: - [#698](https://github.com/influxdata/influxdb-client-java/pull/698): `spring-boot` to `3.2.4` - [#686](https://github.com/influxdata/influxdb-client-java/pull/686): `scala-library` to `2.12.19` - [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0` - - [#695](https://github.com/influxdata/influxdb-client-java/pull/695): `micrometer-registry-influx` to `1.12.4` + - [#707](https://github.com/influxdata/influxdb-client-java/pull/707): `micrometer-registry-influx` to `1.12.5` - [#696](https://github.com/influxdata/influxdb-client-java/pull/696): `okio` to `3.9.0` - [#694](https://github.com/influxdata/influxdb-client-java/pull/694): `retrofit` to `2.11.0` - [#699](https://github.com/influxdata/influxdb-client-java/pull/699): `kotlin` to `1.9.23`