From 53e0af49926361659a9a3deb33ac1c0414420f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:44:08 +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.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.3.1) --- 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..7f0eb96 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.1' id 'io.spring.dependency-management' version '1.1.3' }