Skip to content

Commit

Permalink
Replace spring cloud snapshot dependency with release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Duelfer committed Jul 11, 2022
1 parent 44a401a commit dbc7b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/platforms/product-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ javaPlatform.allowDependencies()

dependencies {
api(platform("org.springframework.boot:spring-boot-dependencies:2.7.0"))
api(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.2-SNAPSHOT"))
api(platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.2"))
api(platform("org.axonframework:axon-bom:4.5.11"))

constraints {
Expand Down

0 comments on commit dbc7b17

Please sign in to comment.