Skip to content

Commit

Permalink
Revert "Gradle: Bump org.springframework.boot from 2.4.5 to 2.5.0"
Browse files Browse the repository at this point in the history
There is a regression reported in [1] (also reported in Spring
Boot 2.4.6), preventing from leveraging a /config folder.

This reverts commit 9f3a6d5.

[1] spring-projects/spring-boot#26627
  • Loading branch information
rm3l committed May 25, 2021
1 parent c7d8730 commit afaa5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -16,7 +16,7 @@ plugins {

id("com.diffplug.spotless") version "5.12.5"

id("org.springframework.boot") version "2.5.0" apply false
id("org.springframework.boot") version "2.4.5" apply false
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false

id("org.openapi.generator") version "5.1.1" apply false
Expand Down

0 comments on commit afaa5a8

Please sign in to comment.