Skip to content

Commit

Permalink
Updated version for fusionauth-java-client to 1.53.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionandy committed Oct 25, 2024
1 parent 16179f4 commit 92a3af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ javaErrorVersion = "2.2.3"
restifyVersion = "4.2.1"
testngVersion = "7.5.1"

project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.53.2", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.53.3", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-java-client</artifactId>
<version>1.53.2</version>
<version>1.53.3</version>
<packaging>jar</packaging>

<name>FusionAuth Java Client Library</name>
Expand Down

0 comments on commit 92a3af6

Please sign in to comment.