Skip to content

Commit 78c4ed0

Browse files
committed
update springboot + wf
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 68a3073 commit 78c4ed0

File tree

3 files changed

+3
-3
lines changed
  • bindings/java/sdk/batch
  • pub_sub/java/sdk/order-processor
  • workflows/java/sdk/order-processor

3 files changed

+3
-3
lines changed

bindings/java/sdk/batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.dapr</groupId>
3030
<artifactId>dapr-sdk-springboot</artifactId>
31-
<version>1.12.0</version>
31+
<version>1.15.0-rc-1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.dapr</groupId>

pub_sub/java/sdk/order-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.dapr</groupId>
2626
<artifactId>dapr-sdk-springboot</artifactId>
27-
<version>1.12.0</version>
27+
<version>1.15.0-rc-1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>io.dapr</groupId>

workflows/java/sdk/order-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.dapr</groupId>
1919
<artifactId>dapr-sdk-workflows</artifactId>
20-
<version>0.12.0</version>
20+
<version>0.15.0-rc-1</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)