From 38730f463fe7fb7cf176cd8a12e2cefe61187981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:00:23 +0000 Subject: [PATCH 1/2] 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](https://github.com/micrometer-metrics/micrometer/compare/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] --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index e29e67b3e2..924ea41aed 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -72,7 +72,7 @@ - 1.11.1 + 1.11.2 2.7.14 5.3.26 From fc3448546a984e23f6b38781987f9b8c64502d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Fri, 28 Jul 2023 06:14:18 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40e184e4a..fba62c985d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Update dependencies: #### Build: - [#567](https://github.com/influxdata/influxdb-client-java/pull/567): `lombok` to `1.18.28` - [#582](https://github.com/influxdata/influxdb-client-java/pull/582): `scala-collection-compat_2.12` to `2.11.0` - - [#581](https://github.com/influxdata/influxdb-client-java/pull/581): `micrometer-registry-influx` to `1.11.1` + - [#601](https://github.com/influxdata/influxdb-client-java/pull/601): `micrometer-registry-influx` to `1.11.2` - [#608](https://github.com/influxdata/influxdb-client-java/pull/608): `spring-boot` to `2.7.14` - [#588](https://github.com/influxdata/influxdb-client-java/pull/588): `scala-library` to `2.12.18` - [#589](https://github.com/influxdata/influxdb-client-java/pull/589): `kotlin` to `1.8.22`