diff --git a/build.gradle b/build.gradle index ef33997..27603d2 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { def freefairGradleVersion = "6.1.0" - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.4.9") { + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.4.10") { exclude group: "com.squareup.okhttp3" } classpath "io.freefair.gradle:maven-plugin:${freefairGradleVersion}"