Skip to content

Commit 3a4e1df

Browse files
committed
Always try and close the socket on SocketException.
1 parent 215873a commit 3a4e1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.fusionauth</groupId>
44
<artifactId>java-http</artifactId>
5-
<version>1.1.1</version>
5+
<version>1.1.2</version>
66
<packaging>jar</packaging>
77

88
<name>Java HTTP library (client and server)</name>
@@ -200,4 +200,4 @@
200200
</build>
201201
</profile>
202202
</profiles>
203-
</project>
203+
</project>

0 commit comments

Comments
 (0)