From 82acc1c2fb6bff58bff1946db5b6fc3964c260c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:32:00 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.7.5 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index aba3334b..047abc16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_version=1.13.0 jhipster_dependencies_version=2.1.1 # The spring-boot version should match the one managed by # https://mvnrepository.com/artifact/io.github.jhipster/jhipster-dependencies/${jhipster_dependencies_version} -spring_boot_version=2.0.9.RELEASE +spring_boot_version=2.7.5 # The hibernate version should match the one managed by # https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} --> hibernate_version=5.2.17.Final