From 88dae6acb35e3484ff3603ba2840ae2e4e52c793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:30:45 +0200 Subject: [PATCH] Bump org.springframework.boot from 3.1.4 to 3.3.3 in /checkout-example (#206) Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- checkout-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout-example/build.gradle b/checkout-example/build.gradle index 67ae53e..833840b 100644 --- a/checkout-example/build.gradle +++ b/checkout-example/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.1.4' + id 'org.springframework.boot' version '3.3.3' id 'io.spring.dependency-management' version '1.1.6' id 'java'