diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b25c89e78b..2c36de86d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -117,9 +117,9 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: ${{ matrix.java }}
- DAPR_CLI_VER: 1.17.0
- DAPR_RUNTIME_VER: 1.18.0-rc.4
- DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.17.0/install/install.sh
+ DAPR_CLI_VER: 1.18.0
+ DAPR_RUNTIME_VER: 1.18.0
+ DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.18.0/install/install.sh
DAPR_CLI_REF:
DAPR_REF:
TOXIPROXY_URL: https://github.com/Shopify/toxiproxy/releases/download/v2.5.0/toxiproxy-server-linux-amd64
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index bb273a797a..da57adef3a 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -37,9 +37,9 @@ jobs:
GOARCH: amd64
GOPROXY: https://proxy.golang.org
JDK_VER: ${{ matrix.java }}
- DAPR_CLI_VER: 1.17.0
- DAPR_RUNTIME_VER: 1.18.0-rc.4
- DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.17.0/install/install.sh
+ DAPR_CLI_VER: 1.18.0
+ DAPR_RUNTIME_VER: 1.18.0
+ DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.18.0/install/install.sh
DAPR_CLI_REF:
DAPR_REF:
steps:
diff --git a/pom.xml b/pom.xml
index 322bf1320a..f039e6254c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
UTF-8
1.79.0
3.25.5
- https://raw.githubusercontent.com/dapr/dapr/v1.18.0-rc.4/dapr/proto
+ https://raw.githubusercontent.com/dapr/dapr/v1.18.0/dapr/proto
https://raw.githubusercontent.com/dapr/durabletask-protobuf/main/protos
1.19.0-SNAPSHOT
1.7.1
diff --git a/testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainerConstants.java b/testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainerConstants.java
index 1922b5dd06..1d36b7c2c7 100644
--- a/testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainerConstants.java
+++ b/testcontainers-dapr/src/main/java/io/dapr/testcontainers/DaprContainerConstants.java
@@ -14,7 +14,7 @@
package io.dapr.testcontainers;
public interface DaprContainerConstants {
- String DAPR_VERSION = "1.18.0-rc.4";
+ String DAPR_VERSION = "1.18.0";
String DAPR_WORKFLOWS_DASHBOARD_VERSION = "0.0.1";
String DAPR_RUNTIME_IMAGE_TAG = "daprio/daprd:" + DAPR_VERSION;
String DAPR_PLACEMENT_IMAGE_TAG = "daprio/placement:" + DAPR_VERSION;