From bccddee90328a99e09309e971a861d9bc7f9ec75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:35:03 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.2 to 2.7.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.2 to 2.7.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.2...v2.7.4) --- 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 256dc87..ab1adf9 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.7" - id 'org.springframework.boot' version '2.7.2' + id 'org.springframework.boot' version '2.7.4' 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'