From 4a0ac34d138182088d543b01f19a30ddfd9f90d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:54:02 +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.13.3 to 1.13.4. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.3...v1.13.4) --- 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 ed68c620bf..cbcb0ba5e7 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -72,7 +72,7 @@ - 1.13.3 + 1.13.4 3.3.3 6.1.3 From abc9f7ac8e4bc7965b6bbcd0cb368e09b6f8fe52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Wed, 2 Oct 2024 14:49:27 +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 30272e23b9..1c55e572c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Update dependencies: #### Build: - - [#761](https://github.com/influxdata/influxdb-client-java/pull/761): `micrometer-registry-influx` to `1.13.3` + - [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4` - [#762](https://github.com/influxdata/influxdb-client-java/pull/762): `spring-boot` to `3.3.3` #### Maven: