@@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
31
31
<dependency >
32
32
<groupId >io.dapr</groupId >
33
33
<artifactId >dapr-sdk</artifactId >
34
- <version >1.3.1 </version >
34
+ <version >1.4.0 </version >
35
35
</dependency >
36
36
<!-- Dapr's SDK for Actors (optional). -->
37
37
<dependency >
38
38
<groupId >io.dapr</groupId >
39
39
<artifactId >dapr-sdk-actors</artifactId >
40
- <version >1.3.1 </version >
40
+ <version >1.4.0 </version >
41
41
</dependency >
42
42
<!-- Dapr's SDK integration with SpringBoot (optional). -->
43
43
<dependency >
44
44
<groupId >io.dapr</groupId >
45
45
<artifactId >dapr-sdk-springboot</artifactId >
46
- <version >1.3.1 </version >
46
+ <version >1.4.0 </version >
47
47
</dependency >
48
48
...
49
49
</dependencies >
@@ -57,11 +57,11 @@ For a Gradle project, add the following to your `build.gradle` file:
57
57
dependencies {
58
58
...
59
59
// Dapr's core SDK with all features, except Actors.
60
- compile(' io.dapr:dapr-sdk:1.3.1 ' )
60
+ compile(' io.dapr:dapr-sdk:1.4.0 ' )
61
61
// Dapr's SDK for Actors (optional).
62
- compile(' io.dapr:dapr-sdk-actors:1.3.1 ' )
62
+ compile(' io.dapr:dapr-sdk-actors:1.4.0 ' )
63
63
// Dapr's SDK integration with SpringBoot (optional).
64
- compile(' io.dapr:dapr-sdk-springboot:1.3.1 ' )
64
+ compile(' io.dapr:dapr-sdk-springboot:1.4.0 ' )
65
65
}
66
66
```
67
67
0 commit comments