From c3e9c4255cb0ca9a49887dadede72cc317aea1eb Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Mon, 2 May 2022 09:35:19 -0600 Subject: [PATCH] README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2a0522..b1232d9 100644 --- a/README.md +++ b/README.md @@ -41,23 +41,23 @@ We are very interested in compensating anyone that can identify a security relat io.fusionauth fusionauth-jwt - 5.1.2 + 5.2.0 ``` ### Gradle ```groovy -implementation 'io.fusionauth:fusionauth-jwt:5.1.2' +implementation 'io.fusionauth:fusionauth-jwt:5.2.0' ``` ### Gradle Kotlin ```kotlin -implementation("io.fusionauth:fusionauth-jwt:5.1.2") +implementation("io.fusionauth:fusionauth-jwt:5.2.0") ``` ### Savant ```groovy -dependency(id: "io.fusionauth:fusionauth-jwt:5.1.2") +dependency(id: "io.fusionauth:fusionauth-jwt:5.2.0") ``` For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar).