mirror of https://github.com/dapr/quickstarts.git
Merge 9a4190cef7
into 48c111ead0
This commit is contained in:
commit
f0eb6fa75c
|
@ -1,5 +1,5 @@
|
|||
DAPR_CLI_VERSION: 1.16.0-rc.1
|
||||
DAPR_RUNTIME_VERSION: 1.16.0-rc.4
|
||||
DAPR_RUNTIME_VERSION: 1.16.0-rc.5
|
||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/
|
||||
DAPR_DEFAULT_IMAGE_REGISTRY: ghcr
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.16.0-rc-1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.16.0-rc-1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.16.0-rc-1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<properties>
|
||||
<springframework.version>3.5.0</springframework.version>
|
||||
<springweb.version>6.2.7</springweb.version>
|
||||
<dapr-sdk.version>1.15.0</dapr-sdk.version>
|
||||
<dapr-sdk.version>1.16.0-rc-1</dapr-sdk.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue