From ebcc555cd6d00e2307c3b7f60d2bb629b4b991f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 04:22:12 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.6.2 to 2.6.3 Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch ... 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..636e936 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:2.6.3' compile 'io.jsonwebtoken:jjwt-api:0.11.2' compile 'io.jsonwebtoken:jjwt-impl:0.11.2'