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