From 8e0b1bae0a281b5ce016d5da5d3079a15f6181dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:30:00 +0000 Subject: [PATCH] Bump org.springframework.boot in /01-Authorization-MVC Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 01-Authorization-MVC/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Authorization-MVC/build.gradle b/01-Authorization-MVC/build.gradle index a2f8c79..95ec3d6 100644 --- a/01-Authorization-MVC/build.gradle +++ b/01-Authorization-MVC/build.gradle @@ -6,7 +6,7 @@ buildscript { plugins { id 'java' - id 'org.springframework.boot' version '3.2.0' + id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' version '1.1.3' }