Update pom.xml to have testcontainers 1.21.3 (#1436)

Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: sirivarma <siri.varma@outlook.com>
This commit is contained in:
salaboy 2025-06-30 17:00:44 +01:00 committed by sirivarma
parent 0b3ca702c5
commit 982b2874fe
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<surefire.version>3.2.2</surefire.version>
<junit-bom.version>5.11.4</junit-bom.version>
<snakeyaml.version>2.0</snakeyaml.version>
<testcontainers.version>1.20.5</testcontainers.version>
<testcontainers.version>1.21.3</testcontainers.version>
<!-- Do NOT UPGRADE spring.version without checking springboot.version alignment -->
<springboot.version>3.4.6</springboot.version>
<springframework.version>6.2.7</springframework.version>