Skip to content

Commit 59dc3b2

Browse files
authored
Merge pull request #18868 from salaboy/patch-1
Updating Dapr Version to 1.16.0
2 parents 0b8de38 + 0300f48 commit 59dc3b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

messaging-modules/dapr/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<groupId>io.dapr.spring</groupId>
3131
<artifactId>dapr-spring-boot-starter-test</artifactId>
3232
<version>${dapr.version}</version>
33+
<scope>test</scope>
3334
</dependency>
3435
<dependency>
3536
<groupId>org.testcontainers</groupId>
@@ -47,8 +48,8 @@
4748
</dependencyManagement>
4849

4950
<properties>
50-
<dapr.version>0.14.0-rc-9</dapr.version>
51-
<testcontainers.version>1.20.6</testcontainers.version>
51+
<dapr.version>1.16.0</dapr.version>
52+
<testcontainers.version>1.21.3</testcontainers.version>
5253
<rest-assured.version>5.5.1</rest-assured.version>
5354
</properties>
5455

0 commit comments

Comments
 (0)