Skip to content

Commit 09dc503

Browse files
committedSep 7, 2024·
Updating POM
1 parent a7887b3 commit 09dc503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
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>0.3.4</version>
5+
<version>0.4.0-RC.1</version>
66
<packaging>jar</packaging>
77

88
<name>Java HTTP library (client and server)</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.testng</groupId>
7676
<artifactId>testng</artifactId>
77-
<version>7.8.0</version>
77+
<version>7.10.2</version>
7878
<type>jar</type>
7979
<scope>test</scope>
8080
<optional>false</optional>

0 commit comments

Comments
 (0)
Please sign in to comment.