Skip to content

Commit 5348e24

Browse files
committed
Provide dependency management for Testcontainers
Closes gh-34712
1 parent 07cb38b commit 5348e24

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,13 @@ bom {
14461446
]
14471447
}
14481448
}
1449+
library("Testcontainers", "1.17.6") {
1450+
group("org.testcontainers") {
1451+
imports = [
1452+
"testcontainers-bom"
1453+
]
1454+
}
1455+
}
14491456
library("Thymeleaf", "3.1.1.RELEASE") {
14501457
group("org.thymeleaf") {
14511458
modules = [

spring-boot-project/spring-boot-parent/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,6 @@ bom {
201201
]
202202
}
203203
}
204-
library("Testcontainers", "1.17.3") {
205-
group("org.testcontainers") {
206-
imports = [
207-
"testcontainers-bom"
208-
]
209-
}
210-
}
211204
}
212205

213206
dependencies {

0 commit comments

Comments
 (0)