From 547b2e0527e1978eba09a8c823372de537fbc88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:32:20 +0000 Subject: [PATCH 1/2] chore(deps): bump spring-boot.version from 2.7.16 to 2.7.17 Bumps `spring-boot.version` from 2.7.16 to 2.7.17. Updates `org.springframework.boot:spring-boot-actuator-autoconfigure` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-test` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.16 to 2.7.17 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.16...v2.7.17) --- 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 ca48a62fce..6bc78e8fef 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -73,7 +73,7 @@ 1.11.3 - 2.7.16 + 2.7.17 5.3.26 From 677d6ccdda0ff56145120635b162318fb8a372cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 2 Nov 2023 12:26:32 +0100 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 0590ece2c1..0b4a76eb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Update dependencies: #### Build: - [#614](https://github.com/influxdata/influxdb-client-java/pull/614): `commons-lang3` to `3.13.0` - [#622](https://github.com/influxdata/influxdb-client-java/pull/622): `micrometer-registry-influx` to `1.11.3` - - [#626](https://github.com/influxdata/influxdb-client-java/pull/626): `spring-boot` to `2.7.16` + - [#635](https://github.com/influxdata/influxdb-client-java/pull/635): `spring-boot` to `2.7.17` - [#625](https://github.com/influxdata/influxdb-client-java/pull/625): `lombok` to `1.18.30` - [#629](https://github.com/influxdata/influxdb-client-java/pull/629): `karaf` to `4.4.4` - [#617](https://github.com/influxdata/influxdb-client-java/pull/617): `kotlin` to `1.9.10`