Skip to content

Commit a6327bf

Browse files
Update sdk sample's sdk version
1 parent 00665aa commit a6327bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Riskified JAVA SDK
22
=================
33

4-
version: 3.3.0
4+
version: 4.0.0
55
------------------
66

77
See http://apiref.riskified.com for full API documentation
@@ -104,7 +104,7 @@ curl -H "Content-Type: application/json" -H "X-RISKIFIED-HMAC-SHA256: 071ef80d5
104104
<dependency>
105105
<groupId>com.riskified</groupId>
106106
<artifactId>riskified-sdk</artifactId>
107-
<version>v3.3.0</version>
107+
<version>v4.0.0</version>
108108
</dependency>
109109
```
110110

riskified-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<dependency>
1010
<groupId>com.riskified</groupId>
1111
<artifactId>riskified-sdk</artifactId>
12-
<version>v2.2.2</version>
12+
<version>v4.0.0</version>
1313
</dependency>
1414

1515
<dependency>

0 commit comments

Comments
 (0)