Skip to content

Commit

Permalink
remove direct dependency to spring boot bom
Browse files Browse the repository at this point in the history
  • Loading branch information
ahunigel authored Nov 8, 2024
1 parent 3dc95d0 commit eec5e18
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 @@ -17,7 +17,7 @@ ext {
}

dependencies {
api platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")

api "org.springframework:spring-web"
api "org.springframework.boot:spring-boot-starter-test"
Expand Down

0 comments on commit eec5e18

Please sign in to comment.