Skip to content

Commit

Permalink
Merge pull request #41 from ahunigel/remove-direct-dependency-to-spri…
Browse files Browse the repository at this point in the history
…ng-boot-bom

remove direct dependency to spring boot bom
  • Loading branch information
ahunigel authored Nov 8, 2024
2 parents 3dc95d0 + eec5e18 commit 17663ae
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 17663ae

Please sign in to comment.