mirror of https://github.com/dapr/java-sdk.git
Update pom.xml to have testcontainers 1.21.3
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
8c2c2ee2d4
commit
6ba3fd176f
2
pom.xml
2
pom.xml
|
|
@ -47,7 +47,7 @@
|
||||||
<surefire.version>3.2.2</surefire.version>
|
<surefire.version>3.2.2</surefire.version>
|
||||||
<junit-bom.version>5.11.4</junit-bom.version>
|
<junit-bom.version>5.11.4</junit-bom.version>
|
||||||
<snakeyaml.version>2.0</snakeyaml.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 -->
|
<!-- Do NOT UPGRADE spring.version without checking springboot.version alignment -->
|
||||||
<springboot.version>3.4.6</springboot.version>
|
<springboot.version>3.4.6</springboot.version>
|
||||||
<springframework.version>6.2.7</springframework.version>
|
<springframework.version>6.2.7</springframework.version>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue