Skip to content

Commit b6ed015

Browse files
committed
Version
1 parent 497b08d commit b6ed015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ We are very interested in compensating anyone that can identify a security relat
4747

4848
### Gradle
4949
```groovy
50-
implementation 'io.fusionauth:fusionauth-jwt:5.2.0'
50+
implementation 'io.fusionauth:fusionauth-jwt:5.2.1'
5151
```
5252

5353
### Gradle Kotlin
5454
```kotlin
55-
implementation("io.fusionauth:fusionauth-jwt:5.2.0")
55+
implementation("io.fusionauth:fusionauth-jwt:5.2.1")
5656
```
5757

5858
### Savant
5959
```groovy
60-
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.0")
60+
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.1")
6161
```
6262

6363
For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).

0 commit comments

Comments
 (0)