Skip to content

Commit c3e9c42

Browse files
committed
README
1 parent 488a051 commit c3e9c42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ We are very interested in compensating anyone that can identify a security relat
4141
<dependency>
4242
<groupId>io.fusionauth</groupId>
4343
<artifactId>fusionauth-jwt</artifactId>
44-
<version>5.1.2</version>
44+
<version>5.2.0</version>
4545
</dependency>
4646
```
4747

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

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

5858
### Savant
5959
```groovy
60-
dependency(id: "io.fusionauth:fusionauth-jwt:5.1.2")
60+
dependency(id: "io.fusionauth:fusionauth-jwt:5.2.0")
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)