@@ -69,19 +69,19 @@ For a Maven project, add the following to your `pom.xml` file:
6969 <dependency >
7070 <groupId >io.dapr</groupId >
7171 <artifactId >dapr-sdk</artifactId >
72- <version >1.17.1 </version >
72+ <version >1.17.2 </version >
7373 </dependency >
7474 <!-- Dapr's SDK for Actors (optional). -->
7575 <dependency >
7676 <groupId >io.dapr</groupId >
7777 <artifactId >dapr-sdk-actors</artifactId >
78- <version >1.17.1 </version >
78+ <version >1.17.2 </version >
7979 </dependency >
8080 <!-- Dapr's SDK integration with SpringBoot (optional). -->
8181 <dependency >
8282 <groupId >io.dapr</groupId >
8383 <artifactId >dapr-sdk-springboot</artifactId >
84- <version >1.17.1 </version >
84+ <version >1.17.2 </version >
8585 </dependency >
8686 ...
8787 </dependencies >
@@ -95,11 +95,11 @@ For a Gradle project, add the following to your `build.gradle` file:
9595dependencies {
9696...
9797 // Dapr's core SDK with all features, except Actors.
98- compile('io.dapr:dapr-sdk:1.17.1 ')
98+ compile('io.dapr:dapr-sdk:1.17.2 ')
9999 // Dapr's SDK for Actors (optional).
100- compile('io.dapr:dapr-sdk-actors:1.17.1 ')
100+ compile('io.dapr:dapr-sdk-actors:1.17.2 ')
101101 // Dapr's SDK integration with SpringBoot (optional).
102- compile('io.dapr:dapr-sdk-springboot:1.17.1 ')
102+ compile('io.dapr:dapr-sdk-springboot:1.17.2 ')
103103}
104104```
105105
0 commit comments