mirror of https://github.com/dapr/quickstarts.git
update springboot + wf
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
parent
68a3073e79
commit
78c4ed0262
|
|
@ -28,7 +28,7 @@
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.12.0</version>
|
||||
<version>1.15.0-rc-1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.12.0</version>
|
||||
<version>1.15.0-rc-1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-workflows</artifactId>
|
||||
<version>0.12.0</version>
|
||||
<version>0.15.0-rc-1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue