@@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
3131 <dependency >
3232 <groupId >io.dapr</groupId >
3333 <artifactId >dapr-sdk</artifactId >
34- <version >1.7.0 </version >
34+ <version >1.7.1 </version >
3535 </dependency >
3636 <!-- Dapr's SDK for Actors (optional). -->
3737 <dependency >
3838 <groupId >io.dapr</groupId >
3939 <artifactId >dapr-sdk-actors</artifactId >
40- <version >1.7.0 </version >
40+ <version >1.7.1 </version >
4141 </dependency >
4242 <!-- Dapr's SDK integration with SpringBoot (optional). -->
4343 <dependency >
4444 <groupId >io.dapr</groupId >
4545 <artifactId >dapr-sdk-springboot</artifactId >
46- <version >1.7.0 </version >
46+ <version >1.7.1 </version >
4747 </dependency >
4848 ...
4949 </dependencies >
@@ -57,11 +57,11 @@ For a Gradle project, add the following to your `build.gradle` file:
5757dependencies {
5858...
5959 // Dapr's core SDK with all features, except Actors.
60- compile(' io.dapr:dapr-sdk:1.7.0 ' )
60+ compile(' io.dapr:dapr-sdk:1.7.1 ' )
6161 // Dapr's SDK for Actors (optional).
62- compile(' io.dapr:dapr-sdk-actors:1.7.0 ' )
62+ compile(' io.dapr:dapr-sdk-actors:1.7.1 ' )
6363 // Dapr's SDK integration with SpringBoot (optional).
64- compile(' io.dapr:dapr-sdk-springboot:1.7.0 ' )
64+ compile(' io.dapr:dapr-sdk-springboot:1.7.1 ' )
6565}
6666```
6767
@@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
7272<dependency >
7373 <groupId >com.squareup.okhttp3</groupId >
7474 <artifactId >okhttp</artifactId >
75- <version >1.7.0 </version >
75+ <version >1.7.1 </version >
7676</dependency >
7777```
7878
0 commit comments