diff --git a/README.md b/README.md index a4ca4f2..9d44b20 100644 --- a/README.md +++ b/README.md @@ -41,26 +41,26 @@ We are very interested in compensating anyone that can identify a security relat io.fusionauth fusionauth-jwt - 3.5.1 + 3.5.2 ``` ### Gradle ```groovy -implementation 'io.fusionauth:fusionauth-jwt:3.5.1' +implementation 'io.fusionauth:fusionauth-jwt:3.5.2' ``` ### Gradle Kotlin ```kotlin -implementation("io.fusionauth:fusionauth-jwt:3.5.1") +implementation("io.fusionauth:fusionauth-jwt:3.5.2") ``` ### Savant ```groovy -dependency(id: "io.fusionauth:fusionauth-jwt:3.5.1") +dependency(id: "io.fusionauth:fusionauth-jwt:3.5.2") ``` -For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/3.5.1/jar). +For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/3.5.2/jar). ## Example Code: