diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9960f838f6..aef0398fc3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,11 +25,11 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: ${{ matrix.java }}
- DAPR_CLI_VER: 1.9.1
- DAPR_RUNTIME_VER: 1.9.3
- DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.9.1/install/install.sh
+ DAPR_CLI_VER: 1.10.0-rc.1
+ DAPR_RUNTIME_VER: 1.10.0-rc.2
+ DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0-rc.1/install/install.sh
DAPR_CLI_REF:
- DAPR_REF: a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
+ DAPR_REF:
steps:
- uses: actions/checkout@v3
- name: Set up OpenJDK ${{ env.JDK_VER }}
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 399f2a1981..7f3bf30847 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -37,11 +37,11 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: ${{ matrix.java }}
- DAPR_CLI_VER: 1.9.1
- DAPR_RUNTIME_VER: 1.9.3
- DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.9.1/install/install.sh
+ DAPR_CLI_VER: 1.10.0-rc.1
+ DAPR_RUNTIME_VER: 1.10.0-rc.2
+ DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.10.0-rc.1/install/install.sh
DAPR_CLI_REF:
- DAPR_REF: a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00
+ DAPR_REF:
steps:
- uses: actions/checkout@v3
- name: Set up OpenJDK ${{ env.JDK_VER }}
diff --git a/examples/pom.xml b/examples/pom.xml
index a83f118516..0484a56bac 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -7,12 +7,12 @@
io.dapr
dapr-sdk-parent
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-examples
jar
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-examples
diff --git a/pom.xml b/pom.xml
index 4af82cf572..af3c27001f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.dapr
dapr-sdk-parent
pom
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-parent
SDK for Dapr.
https://dapr.io
@@ -16,7 +16,7 @@
UTF-8
1.42.1
3.17.3
- https://raw.githubusercontent.com/dapr/dapr/a8c698ad897e42d6624f5fc6ccfd0630e2a8fd00/dapr/proto
+ https://raw.githubusercontent.com/dapr/dapr/v1.10.0-rc.2/dapr/proto
1.6.2
3.1.1
1.8
diff --git a/sdk-actors/pom.xml b/sdk-actors/pom.xml
index 503f8651ee..3e42c79009 100644
--- a/sdk-actors/pom.xml
+++ b/sdk-actors/pom.xml
@@ -7,12 +7,12 @@
io.dapr
dapr-sdk-parent
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-actors
jar
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-actors
SDK for Actors on Dapr
diff --git a/sdk-autogen/pom.xml b/sdk-autogen/pom.xml
index c5387d7f7b..83b055f24f 100644
--- a/sdk-autogen/pom.xml
+++ b/sdk-autogen/pom.xml
@@ -7,12 +7,12 @@
io.dapr
dapr-sdk-parent
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-autogen
jar
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-autogen
Auto-generated SDK for Dapr
diff --git a/sdk-springboot/pom.xml b/sdk-springboot/pom.xml
index a0b38714c6..924f7c26b7 100644
--- a/sdk-springboot/pom.xml
+++ b/sdk-springboot/pom.xml
@@ -7,12 +7,12 @@
io.dapr
dapr-sdk-parent
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-springboot
jar
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk-springboot
SDK extension for Springboot
diff --git a/sdk-tests/components/secret.json b/sdk-tests/components/secret.json
index 0967ef424b..9e26dfeeb6 100644
--- a/sdk-tests/components/secret.json
+++ b/sdk-tests/components/secret.json
@@ -1 +1 @@
-{}
+{}
\ No newline at end of file
diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml
index 3d10de6461..c35de8c0d3 100644
--- a/sdk-tests/pom.xml
+++ b/sdk-tests/pom.xml
@@ -14,7 +14,7 @@
11
11
true
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
${project.build.directory}/generated-sources
${project.basedir}/proto
1.42.1
diff --git a/sdk/pom.xml b/sdk/pom.xml
index 01a354fa5e..69a13deb58 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -7,12 +7,12 @@
io.dapr
dapr-sdk-parent
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk
jar
- 1.8.0-SNAPSHOT
+ 1.9.0-SNAPSHOT
dapr-sdk
SDK for Dapr