From 4c9f40f809b956240f3f6e5d1a781f99a2c674bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 May 2021 01:19:25 +0000 Subject: [PATCH] chore(deps): update spring boot to v2.5.0 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 26beec3..79b6ffc 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.5.0") } } diff --git a/pom.xml b/pom.xml index 01d0979..70225ea 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 2.5.0 fr.recia