We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8de38 + 0300f48 commit 59dc3b2Copy full SHA for 59dc3b2
messaging-modules/dapr/pom.xml
@@ -30,6 +30,7 @@
30
<groupId>io.dapr.spring</groupId>
31
<artifactId>dapr-spring-boot-starter-test</artifactId>
32
<version>${dapr.version}</version>
33
+ <scope>test</scope>
34
</dependency>
35
<dependency>
36
<groupId>org.testcontainers</groupId>
@@ -47,8 +48,8 @@
47
48
</dependencyManagement>
49
50
<properties>
- <dapr.version>0.14.0-rc-9</dapr.version>
51
- <testcontainers.version>1.20.6</testcontainers.version>
+ <dapr.version>1.16.0</dapr.version>
52
+ <testcontainers.version>1.21.3</testcontainers.version>
53
<rest-assured.version>5.5.1</rest-assured.version>
54
</properties>
55
0 commit comments