We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00665aa commit a6327bfCopy full SHA for a6327bf
2 files changed
README.md
@@ -1,7 +1,7 @@
1
Riskified JAVA SDK
2
=================
3
4
-version: 3.3.0
+version: 4.0.0
5
------------------
6
7
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
104
<dependency>
105
<groupId>com.riskified</groupId>
106
<artifactId>riskified-sdk</artifactId>
107
- <version>v3.3.0</version>
+ <version>v4.0.0</version>
108
</dependency>
109
```
110
riskified-sample/pom.xml
@@ -9,7 +9,7 @@
9
10
11
12
- <version>v2.2.2</version>
13
14
15
0 commit comments