This repository was archived by the owner on Nov 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add this dependency to your project's POM:
1717<dependency >
1818 <groupId >com.moesif.api</groupId >
1919 <artifactId >moesifapi</artifactId >
20- <version >1.6.15 </version >
20+ <version >1.6.16 </version >
2121</dependency >
2222```
2323
@@ -26,7 +26,7 @@ Add this dependency to your project's POM:
2626Add this dependency to your project's build file:
2727
2828``` gradle
29- compile 'com.moesif.api:moesifapi:1.6.15 '
29+ compile 'com.moesif.api:moesifapi:1.6.16 '
3030```
3131
3232## How to Use:
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.moesif.api</groupId >
55 <artifactId >moesifapi</artifactId >
6- <version >1.6.15 </version >
6+ <version >1.6.16 </version >
77 <packaging >jar</packaging >
88 <name >moesifapi</name >
99 <description >Java API Library for Moesif</description >
6666 <dependency >
6767 <groupId >org.apache.httpcomponents</groupId >
6868 <artifactId >httpclient</artifactId >
69- <version >4.3.6 </version >
69+ <version >4.5.13 </version >
7070 </dependency >
7171 <dependency >
7272 <groupId >org.apache.httpcomponents</groupId >
7373 <artifactId >httpcore</artifactId >
74- <version >4.3.2 </version >
74+ <version >4.4.15 </version >
7575 </dependency >
7676 <dependency >
7777 <groupId >org.apache.httpcomponents</groupId >
7878 <artifactId >httpmime</artifactId >
79- <version >4.3.4 </version >
79+ <version >4.5.13 </version >
8080 </dependency >
8181 <dependency >
8282 <groupId >org.apache.httpcomponents</groupId >
8383 <artifactId >httpcore-nio</artifactId >
84- <version >4.3.2 </version >
84+ <version >4.4.15 </version >
8585 </dependency >
8686 <dependency >
8787 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments