Skip to content

Commit b6afd8a

Browse files
author
atayal
committed
#76 - updating versions for httpclient,logging libraries
1 parent c701c7e commit b6afd8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
<dependency>
3232
<groupId>org.slf4j</groupId>
3333
<artifactId>slf4j-api</artifactId>
34-
<version>1.7.25</version>
34+
<version>1.7.28</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.apache.httpcomponents</groupId>
3838
<artifactId>httpclient</artifactId>
39-
<version>4.5.3</version>
39+
<version>4.5.10</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.httpcomponents</groupId>
4343
<artifactId>httpcore</artifactId>
44-
<version>4.4.6</version>
44+
<version>4.4.12</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.testng</groupId>
4848
<artifactId>testng</artifactId>
49-
<version>6.9.8</version>
49+
<version>6.14.3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.slf4j</groupId>
5454
<artifactId>slf4j-log4j12</artifactId>
55-
<version>1.7.25</version>
55+
<version>1.7.28</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)