@@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file:
4646    <dependency >
4747      <groupId >io.dapr</groupId >
4848      <artifactId >dapr-sdk</artifactId >
49-       <version >1.14.1 </version >
49+       <version >1.14.2 </version >
5050    </dependency >
5151    <!--  Dapr's SDK for Actors (optional). --> 
5252    <dependency >
5353      <groupId >io.dapr</groupId >
5454      <artifactId >dapr-sdk-actors</artifactId >
55-       <version >1.14.1 </version >
55+       <version >1.14.2 </version >
5656    </dependency >
5757    <!--  Dapr's SDK integration with SpringBoot (optional). --> 
5858    <dependency >
5959      <groupId >io.dapr</groupId >
6060      <artifactId >dapr-sdk-springboot</artifactId >
61-       <version >1.14.1 </version >
61+       <version >1.14.2 </version >
6262    </dependency >
6363    ...
6464  </dependencies >
@@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7676dependencies {
7777... 
7878    //  Dapr's core SDK with all features, except Actors.
79-     compile(' io.dapr:dapr-sdk:1.14.1 ' 
79+     compile(' io.dapr:dapr-sdk:1.14.2 ' 
8080    //  Dapr's SDK for Actors (optional).
81-     compile(' io.dapr:dapr-sdk-actors:1.14.1 ' 
81+     compile(' io.dapr:dapr-sdk-actors:1.14.2 ' 
8282    //  Dapr's SDK integration with SpringBoot (optional).
83-     compile(' io.dapr:dapr-sdk-springboot:1.14.1 ' 
83+     compile(' io.dapr:dapr-sdk-springboot:1.14.2 ' 
8484}
8585``` 
8686
@@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to
9696<dependency >
9797  <groupId >com.squareup.okhttp3</groupId >
9898  <artifactId >okhttp</artifactId >
99-   <version >1.14.1 </version >
99+   <version >1.14.2 </version >
100100</dependency >
101101``` 
102102
0 commit comments