From b95b02d91d83bf8c4279266b8e3375e1297ed6a7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Feb 2020 14:32:58 +0000 Subject: [PATCH] Update spring boot to v2.2.5.RELEASE --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 26beec3..5a582f9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.4.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.5.RELEASE") } } diff --git a/pom.xml b/pom.xml index 4de6296..f44b5f0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 2.2.5.RELEASE fr.recia