Skip to content

Commit 37df48e

Browse files
authored
Merge pull request #121 from FusionAuth/degroff/ENG-2230/update_restify_cookie_handling
ENG-2230 Bump restify to pick up a fix for the reported issue in FusionAuth.
2 parents ce2b40c + 1e41ee1 commit 37df48e

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"
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://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.3.0/restify-4.3.0.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://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.3.0/restify-4.3.0-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)