diff --git a/pom.xml b/pom.xml
index ecc90c1..a5968fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
17
3.5.6
- 1.21.3
+ 2.0.2
more-project
${os.arch}
@@ -164,17 +164,17 @@
org.testcontainers
- junit-jupiter
+ testcontainers-junit-jupiter
test
org.testcontainers
- postgresql
+ testcontainers-postgresql
test
org.testcontainers
- elasticsearch
+ testcontainers-elasticsearch
test
@@ -197,16 +197,17 @@
- org.springframework.boot
- spring-boot-dependencies
- ${spring-boot.version}
+ org.testcontainers
+ testcontainers-bom
+ ${testcontainers.version}
pom
import
+
- org.testcontainers
- testcontainers-bom
- ${testcontainers.version}
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring-boot.version}
pom
import