From b5c00d5e2a7b6f1fee4a32dea978b10b1e31195e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:24:39 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.1 to 3.3.2 in /db-connector Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- db-connector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-connector/build.gradle b/db-connector/build.gradle index 95796ff8b..b6e7ce63c 100644 --- a/db-connector/build.gradle +++ b/db-connector/build.gradle @@ -8,7 +8,7 @@ buildscript { } plugins { - id 'org.springframework.boot' version '3.3.1' + id 'org.springframework.boot' version '3.3.2' id 'io.spring.dependency-management' version '1.1.6' id 'java' id 'checkstyle'