From 494b8e37192af6be5f58aa6eec4af5451bd43cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 20:29:25 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.2 to 2.7.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.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.7.2...v2.7.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 6ed3a66..55fa1d2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { id 'com.github.johnrengelman.shadow' version '7.1.2' id "io.freefair.lombok" version "6.5.0.3" id "com.vaadin" version "23.1.4" - id 'org.springframework.boot' version '2.7.2' + id 'org.springframework.boot' version '2.7.3' id 'io.spring.dependency-management' version "1.0.12.RELEASE" id "com.github.node-gradle.node" version "3.4.0" id 'ru.vyarus.mkdocs' version '2.4.0'