Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 12, 2022
1 parent 497b08d commit b6ed015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -47,17 +47,17 @@ We are very interested in compensating anyone that can identify a security relat

### Gradle
```groovy
implementation 'io.fusionauth:fusionauth-jwt:5.2.0'
implementation 'io.fusionauth:fusionauth-jwt:5.2.1'
```

### Gradle Kotlin
```kotlin
implementation("io.fusionauth:fusionauth-jwt:5.2.0")
implementation("io.fusionauth:fusionauth-jwt:5.2.1")
```

### Savant
```groovy
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.0")
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.1")
```

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

0 comments on commit b6ed015

Please sign in to comment.