File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 3.5.2 (2022-07-27)
2+ =================
3+ - Added SiftClient constructor to override the baseUrl
4+
153.5.1 (2022-07-01)
26=================
37- Added $keyless_user_id
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Java 1.7 or later.
1313<dependency >
1414 <groupId >com.siftscience</groupId >
1515 <artifactId >sift-java</artifactId >
16- <version >3.5.1 </version >
16+ <version >3.5.2 </version >
1717</dependency >
1818```
1919### Gradle
2020```
2121dependencies {
22- compile 'com.siftscience:sift-java:3.4.7 '
22+ compile 'com.siftscience:sift-java:3.5.2 '
2323}
2424```
2525### Other
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'signing'
55apply plugin : ' java-library-distribution'
66
77group = ' com.siftscience'
8- version = ' 3.5.1 '
8+ version = ' 3.5.2 '
99
1010repositories {
1111 mavenCentral()
You can’t perform that action at this time.
0 commit comments