From f82e4a2fae54348ed34ab7cbe548730ed41be872 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 22 Jul 2020 10:51:56 -0600 Subject: [PATCH] bump version --- README.md | 10 +++++----- build.savant | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 93af4fe..082e318 100644 --- a/README.md +++ b/README.md @@ -41,26 +41,26 @@ We are very interested in compensating anyone that can identify a security relat io.fusionauth fusionauth-jwt - 3.5.2 + 3.5.3 ``` ### Gradle ```groovy -implementation 'io.fusionauth:fusionauth-jwt:3.5.2' +implementation 'io.fusionauth:fusionauth-jwt:3.5.3' ``` ### Gradle Kotlin ```kotlin -implementation("io.fusionauth:fusionauth-jwt:3.5.2") +implementation("io.fusionauth:fusionauth-jwt:3.5.3") ``` ### Savant ```groovy -dependency(id: "io.fusionauth:fusionauth-jwt:3.5.2") +dependency(id: "io.fusionauth:fusionauth-jwt:3.5.3") ``` -For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/3.5.2/jar). +For others see [https://search.maven.org](https://search.maven.org/artifact/io.fusionauth/fusionauth-jwt/3.5.3/jar). ## Example Code: diff --git a/build.savant b/build.savant index ab06201..7af8d38 100644 --- a/build.savant +++ b/build.savant @@ -17,7 +17,7 @@ savantVersion = "1.0.0" jacksonVersion = "2.10.3" -project(group: "io.fusionauth", name: "fusionauth-jwt", version: "3.5.2", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-jwt", version: "3.5.3", licenses: ["ApacheV2_0"]) { workflow { standard() diff --git a/pom.xml b/pom.xml index e308dae..c734ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.fusionauth fusionauth-jwt - 3.5.2 + 3.5.3 jar FusionAuth JWT