Skip to content

Commit

Permalink
Merge pull request #48 from FusionAuth/releases/1.55.1
Browse files Browse the repository at this point in the history
Merge releases/1.55.1
  • Loading branch information
robotdan authored Dec 21, 2024
2 parents ada9683 + 254237b commit 959b09a
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.55.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.55.1", 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.55.0</version>
<version>1.55.1</version>
<packaging>jar</packaging>

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

0 comments on commit 959b09a

Please sign in to comment.