From c76f404a6974ab91b769f65f4920dc3dc725d29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:15:25 +0000 Subject: [PATCH 1/2] chore(deps): bump spring-boot-actuator-autoconfigure in /spring Bumps [spring-boot-actuator-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.7.5 to 2.7.11. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v2.7.11) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-actuator-autoconfigure dependency-type: direct:production ... 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 ff1fc50621..bb75f8087e 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -73,7 +73,7 @@ 1.10.3 - 2.7.5 + 2.7.11 5.3.26 From 61f886d7d7fc4a90b84fe10c57774a7069156dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 2 May 2023 08:22:16 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de31c6ab5..56d91bac5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.9.0 [unreleased] + +### Dependencies + +Update dependencies: + +#### Build: + - [#536](https://github.com/influxdata/influxdb-client-java/pull/536): `spring-boot` to `2.7.11` + ## 6.8.0 [2023-03-29] ### Bug Fixes