Skip to content

Commit fadac0b

Browse files
authored
Updating to Dapr 1.16.0 (#149)
1 parent c35d385 commit fadac0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/dapr/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ docs:
1111
maintainer: official
1212
example: |
1313
```java
14-
var dapr = new DaprContainer("daprio/daprd:1.14.4");
14+
var dapr = new DaprContainer("daprio/daprd:1.16.0");
1515
dapr.start();
1616
```
1717
installation: |
1818
```xml
1919
<dependency>
2020
<groupId>io.dapr</groupId>
2121
<artifactId>testcontainers-dapr</artifactId>
22-
<version>0.13.3</version>
22+
<version>1.16.0</version>
2323
<scope>test</scope>
2424
</dependency>
2525
```

0 commit comments

Comments
 (0)