Skip to content

Commit

Permalink
Updated version for fusionauth-java-client to 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Aug 15, 2024
1 parent c2a556d commit 34acaf0
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.52.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.53.0", 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.52.0</version>
<version>1.53.0</version>
<packaging>jar</packaging>

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

0 comments on commit 34acaf0

Please sign in to comment.