From 2c12d49d0e8326b66d370c85b4872d7dc4591fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:12:18 +0000 Subject: [PATCH 1/2] chore(deps): bump spring-boot.version from 3.3.2 to 3.3.3 Bumps `spring-boot.version` from 3.3.2 to 3.3.3. Updates `org.springframework.boot:spring-boot-actuator-autoconfigure` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-test` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) --- 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 1bf23c8ece..2fc1f7174f 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -73,7 +73,7 @@ 1.13.2 - 3.3.2 + 3.3.3 6.1.3 From d3ca2194bdfb64bac7b53d4f1fba68c9c9db43f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Wed, 4 Sep 2024 14:22:25 +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 3542fbcb52..fe4c32e623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Update dependencies: #### Build: - - + - [#762](https://github.com/influxdata/influxdb-client-java/pull/762): `spring-boot` to `3.3.3` #### Maven: -