From 41c3a15170360475a8e02cdfbeeb392c21932dce Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Tue, 16 Sep 2025 21:09:16 -0600 Subject: [PATCH] Updated version for fusionauth-java-client to 1.60.1 --- build.savant | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.savant b/build.savant index efc0091b..54ef23de 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.60.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.60.1", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/pom.xml b/pom.xml index c9b7b96b..68376bfa 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ io.fusionauth fusionauth-java-client - 1.60.0 + 1.60.1 jar FusionAuth Java Client Library