From e8af7754a7cb365eefa376e7e76f76f72ae38483 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Tue, 19 Aug 2025 20:14:42 -0600 Subject: [PATCH] Updated version for fusionauth-java-client to 1.59.1 --- build.savant | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.savant b/build.savant index 5d011f1c..3e7756c8 100644 --- a/build.savant +++ b/build.savant @@ -21,7 +21,7 @@ javaErrorVersion = "2.2.3" restifyVersion = "4.3.0" testngVersion = "7.5.1" -project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.59.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.59.1", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/pom.xml b/pom.xml index a2f30cde..227c4853 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ io.fusionauth fusionauth-java-client - 1.59.0 + 1.59.1 jar FusionAuth Java Client Library