From 3b03846ec573ea140e7f627e61e543c95e219419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 04:10:53 +0000 Subject: [PATCH 1/2] chore(deps): bump spring-boot.version from 3.2.4 to 3.2.5 Bumps `spring-boot.version` from 3.2.4 to 3.2.5. Updates `org.springframework.boot:spring-boot-actuator-autoconfigure` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-test` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-actuator-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor 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 008462180f..db8ebeee65 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -73,7 +73,7 @@ 1.12.5 - 3.2.4 + 3.2.5 6.1.3 From 30b4a8806ac714b55dbcc927a37255c75aaaba2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 2 May 2024 07:03:03 +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 f0fb3f803b..4ae51e6f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Update dependencies: #### Build: - [#678](https://github.com/influxdata/influxdb-client-java/pull/678): `karaf` to `4.4.5` - - [#698](https://github.com/influxdata/influxdb-client-java/pull/698): `spring-boot` to `3.2.4` + - [#710](https://github.com/influxdata/influxdb-client-java/pull/710): `spring-boot` to `3.2.5` - [#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` - [#707](https://github.com/influxdata/influxdb-client-java/pull/707): `micrometer-registry-influx` to `1.12.5`