From 887683f727fa157e34d8ad55b83d04fd102a41ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:08:00 +0000 Subject: [PATCH] Bump org.springframework.boot Bumps the spring-framework group with 1 update in the /identity-verification/java directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-framework ... Signed-off-by: dependabot[bot] --- identity-verification/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-verification/java/build.gradle b/identity-verification/java/build.gradle index 78ffbc2..6acde95 100644 --- a/identity-verification/java/build.gradle +++ b/identity-verification/java/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.4' + id 'org.springframework.boot' version '3.3.5' id 'io.spring.dependency-management' version '1.1.6' }