Skip to content

Commit

Permalink
Merge pull request #49 from xenit-eu/dependabot-compat
Browse files Browse the repository at this point in the history
Move spring-boot and spring-cloud dependency versions manageable by dependabot
  • Loading branch information
tgeens authored Oct 6, 2022
2 parents 9f9ac02 + 92f5172 commit 8fddd2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
group=com.contentgrid.thunx

springBootBomVersion=2.6.6
springCloudVersion=2021.0.1
lombokVersion=1.18.22
group=com.contentgrid.thunx
4 changes: 2 additions & 2 deletions thunx-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ javaPlatform {
}

dependencies {
api platform("org.springframework.boot:spring-boot-dependencies:${springBootBomVersion}")
api platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
api platform("org.springframework.boot:spring-boot-dependencies:2.6.6")
api platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.1")
api platform("org.testcontainers:testcontainers-bom:1.17.5")

constraints {
Expand Down

0 comments on commit 8fddd2f

Please sign in to comment.