Skip to content

Commit b41d986

Browse files
authored
Update Dapr info (#116)
1 parent d5da8af commit b41d986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/dapr/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ officialPartner:
77
url: https://www.diagrid.io/
88
docs:
99
- id: java
10-
url: https://github.com/diagridio/testcontainers-dapr
10+
url: https://github.com/dapr/java-sdk/tree/master/testcontainers-dapr
1111
maintainer: official
1212
example: |
1313
```java
14-
var dapr = new DaprContainer("daprio/daprd:1.13.2");
14+
var dapr = new DaprContainer("daprio/daprd:1.14.4");
1515
dapr.start();
1616
```
1717
installation: |
@@ -24,5 +24,5 @@ docs:
2424
</dependency>
2525
```
2626
description: |
27-
Dapr is a CNCF and open-source project to enable developers with a consistent set of application-level APIs to develop faster cloud-native applications.
27+
Dapr is a CNCF and open-source project that enables developers with consistent application-level APIs to develop secure, scalable, and resilient cloud-native applications.
2828
---

0 commit comments

Comments
 (0)