Skip to content

Commit

Permalink
Update to Spring Boot 2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 25, 2022
1 parent bf3121c commit dd49037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit dd49037

Please sign in to comment.