We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7887b3 commit 09dc503Copy full SHA for 09dc503
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>io.fusionauth</groupId>
4
<artifactId>java-http</artifactId>
5
- <version>0.3.4</version>
+ <version>0.4.0-RC.1</version>
6
<packaging>jar</packaging>
7
8
<name>Java HTTP library (client and server)</name>
@@ -74,7 +74,7 @@
74
<dependency>
75
<groupId>org.testng</groupId>
76
<artifactId>testng</artifactId>
77
- <version>7.8.0</version>
+ <version>7.10.2</version>
78
<type>jar</type>
79
<scope>test</scope>
80
<optional>false</optional>
0 commit comments