diff --git a/README.md b/README.md index 4d338af..b28edc8 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.3.0 + 5.3.1 ``` ### Gradle ```groovy -implementation 'io.fusionauth:fusionauth-jwt:5.3.0' +implementation 'io.fusionauth:fusionauth-jwt:5.3.1' ``` ### Gradle Kotlin ```kotlin -implementation("io.fusionauth:fusionauth-jwt:5.3.0") +implementation("io.fusionauth:fusionauth-jwt:5.3.1") ``` ### Savant ```groovy -dependency(id: "io.fusionauth:fusionauth-jwt:5.3.0") +dependency(id: "io.fusionauth:fusionauth-jwt:5.3.1") ``` For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/4.0.1/jar). diff --git a/build.savant b/build.savant index c962f51..f5c7b9e 100644 --- a/build.savant +++ b/build.savant @@ -16,7 +16,7 @@ jacksonVersion = "2.15.2" -project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.1", licenses: ["ApacheV2_0"]) { workflow { fetch { diff --git a/pom.xml b/pom.xml index ce87f55..8f135ff 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.fusionauth fusionauth-jwt - 5.3.0 + 5.3.1 jar FusionAuth JWT