We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b08d commit b6ed015Copy full SHA for b6ed015
README.md
@@ -47,17 +47,17 @@ We are very interested in compensating anyone that can identify a security relat
47
48
### Gradle
49
```groovy
50
-implementation 'io.fusionauth:fusionauth-jwt:5.2.0'
+implementation 'io.fusionauth:fusionauth-jwt:5.2.1'
51
```
52
53
### Gradle Kotlin
54
```kotlin
55
-implementation("io.fusionauth:fusionauth-jwt:5.2.0")
+implementation("io.fusionauth:fusionauth-jwt:5.2.1")
56
57
58
### Savant
59
60
-dependency(id: "io.fusionauth:fusionauth-jwt:5.2.0")
+dependency(id: "io.fusionauth:fusionauth-jwt:5.2.1")
61
62
63
For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).
0 commit comments