Skip to content

Commit 4dd5a36

Browse files
committed
Bump restify to pick up a fix for the reported issue in FusionAuth.
inversoft/restify#14
1 parent ce2b40c commit 4dd5a36

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fusionauthJWTVersion = "5.2.4"
1818
jacksonVersion = "2.15.4"
1919
jackson5Version = "3.0.1"
2020
javaErrorVersion = "2.2.3"
21-
restifyVersion = "4.2.1"
21+
restifyVersion = "4.3.0-{integration}"
2222
testngVersion = "7.5.1"
2323

2424
project(group: "io.fusionauth", name: "fusionauth-java-client", version: "1.58.0", licenses: ["ApacheV2_0"]) {

fusionauth-java-client.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<orderEntry type="module-library">
3333
<library>
3434
<CLASSES>
35-
<root url="jar://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.2.1/restify-4.2.1.jar!/" />
35+
<root url="jar://$USER_HOME$/.savant/cache/com/inversoft/restify/4.3.0-{integration}/restify-4.3.0-{integration}.jar!/" />
3636
</CLASSES>
3737
<JAVADOC />
3838
<SOURCES>
39-
<root url="jar://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.2.1/restify-4.2.1-src.jar!/" />
39+
<root url="jar://$USER_HOME$/.savant/cache/com/inversoft/restify/4.3.0-{integration}/restify-4.3.0-{integration}-src.jar!/" />
4040
</SOURCES>
4141
</library>
4242
</orderEntry>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.inversoft</groupId>
118118
<artifactId>restify</artifactId>
119-
<version>4.2.1</version>
119+
<version>4.3.0</version>
120120
<type>jar</type>
121121
<scope>compile</scope>
122122
<optional>false</optional>

0 commit comments

Comments
 (0)