mirror of https://github.com/dapr/java-sdk.git
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:
parent
0b3ca702c5
commit
982b2874fe
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue