From d378e2e373b044d7c38a62156e1f9fcd07a873a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 04:05:28 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.6.2 to 3.0.2 Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- yourteam-deploy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yourteam-deploy/build.gradle b/yourteam-deploy/build.gradle index 6777cdb..426d5c4 100644 --- a/yourteam-deploy/build.gradle +++ b/yourteam-deploy/build.gradle @@ -10,7 +10,7 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' - compile 'org.springframework.boot:spring-boot-starter-web:2.6.2' + compile 'org.springframework.boot:spring-boot-starter-web:3.0.2' compile 'io.jsonwebtoken:jjwt-api:0.11.2' compile 'io.jsonwebtoken:jjwt-impl:0.11.2'