From dd490371383a9233915e36848a16fb4959e9cb7d Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Fri, 25 Feb 2022 02:09:31 +0100 Subject: [PATCH] Update to Spring Boot 2.5.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 56d0f58..5c584ad 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { def freefairGradleVersion = "6.4.1" - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.9") { + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.5.10") { exclude group: "com.squareup.okhttp3" } classpath "io.freefair.gradle:maven-plugin:${freefairGradleVersion}"