File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
6363For others see [ https://search.maven.org ] ( https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar ) .
You can’t perform that action at this time.
0 commit comments