Skip to content

Commit 3318e5e

Browse files
Pull request #18: Fix details version
Merge in SDK/java_telesign from fix/details-version to developer Squashed commit of the following: commit 3d963923efac650f9eb93bbb573b15f580978295 Author: Juan Camilo Martinez <jmartinez@telesign.com> Date: Fri Feb 6 07:51:04 2026 -0500 Fix details version
1 parent c821802 commit 3318e5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Follow these steps to add this SDK as a dependency to your project.
5050
```
5151
implementation("com.google.code.gson:gson:2.+")
5252
implementation ("com.squareup.okio:okio:2.+")
53-
implementation("com.telesign:telesign:3.+")
53+
implementation("com.telesign:telesign:4.+")
5454
```
5555

5656
That last dependency pulls in the Telesign Self-service Java SDK.

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## [4.0.0](http://central.maven.org/maven2/com/telesign/telesign/4.0.0) - 2025-11-4
2-
- 2025-11-4
1+
## [4.0.0](http://central.maven.org/maven2/com/telesign/telesign/4.0.0) - 2026-02-06
2+
- 2026-02-06
33
- Added support for Intelligence Cloud to use new endpoint.
44

55
## [3.0.1](http://central.maven.org/maven2/com/telesign/telesign/3.0.1) - 2025-09-18

0 commit comments

Comments
 (0)