diff --git a/CHANGES b/CHANGES index 8ac6b43..eda664e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ FusionAuth JWT Changes +Changes in 5.2.3 + + * Upgraded Jackson Core to 2.14.0 + Changes in 5.2.2 * Upgraded Jackson Core to 2.13.4. diff --git a/README.md b/README.md index d2676b5..7e8a886 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.2.2 + 5.2.3 ``` ### Gradle ```groovy -implementation 'io.fusionauth:fusionauth-jwt:5.2.2' +implementation 'io.fusionauth:fusionauth-jwt:5.2.3' ``` ### Gradle Kotlin ```kotlin -implementation("io.fusionauth:fusionauth-jwt:5.2.2") +implementation("io.fusionauth:fusionauth-jwt:5.2.3") ``` ### Savant ```groovy -dependency(id: "io.fusionauth:fusionauth-jwt:5.2.2") +dependency(id: "io.fusionauth:fusionauth-jwt:5.2.3") ``` 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 ab0f8ff..b103b7c 100644 --- a/build.savant +++ b/build.savant @@ -14,9 +14,9 @@ * language governing permissions and limitations under the License. */ -jacksonVersion = "2.13.4" +jacksonVersion = "2.14.0" -project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.2.2", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.2.3", licenses: ["ApacheV2_0"]) { workflow { fetch { diff --git a/fusionauth-jwt.iml b/fusionauth-jwt.iml index 5d26886..103e2c8 100644 --- a/fusionauth-jwt.iml +++ b/fusionauth-jwt.iml @@ -16,33 +16,33 @@ - + - + - + - + - + - + diff --git a/pom.xml b/pom.xml index 7a63d9a..7034460 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.fusionauth fusionauth-jwt - 5.2.2 + 5.2.3 jar FusionAuth JWT @@ -62,17 +62,17 @@ com.fasterxml.jackson.core jackson-core - 2.13.4 + 2.14.0 com.fasterxml.jackson.core jackson-databind - 2.13.4 + 2.14.0 com.fasterxml.jackson.core jackson-annotations - 2.13.4 + 2.14.0