File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
src/main/java/com/scientiamobile/wurfl/wmclient Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.scientiamobile.wurfl</groupId >
88 <artifactId >wmclient-example</artifactId >
9- <version >2.1.3 </version >
9+ <version >2.1.4 </version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848 <dependency >
4949 <groupId >com.scientiamobile.wurflmicroservice</groupId >
5050 <artifactId >wurfl-microservice</artifactId >
51- <version >2.1.3 </version >
51+ <version >2.1.4 </version >
5252 </dependency >
5353
5454 </dependencies >
Original file line number Diff line number Diff line change 1+ 2.1.4
2+ -------------------------------------
3+ - Updated Apache httpclient to fix known vulnerability
4+
5+
162.1.3
27-------------------------------------
38- Updated commons.io from 2.2 to 2.7 to fix known vulnerability
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.scientiamobile.wurflmicroservice</groupId >
66 <artifactId >wurfl-microservice</artifactId >
7- <version >2.1.3 </version >
7+ <version >2.1.4 </version >
88 <packaging >jar</packaging >
99
1010 <name >wurfl-microservice</name >
5858 <dependency >
5959 <groupId >org.apache.httpcomponents</groupId >
6060 <artifactId >httpclient</artifactId >
61- <version >4.5</version >
61+ <version >4.5.13 </version >
6262 </dependency >
6363 <!-- Apache Commons Collections -->
6464 <dependency >
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ public void setCacheSize(int uaMaxEntries) {
592592 * @return This client API version
593593 */
594594 public String getApiVersion () {
595- return "2.1.3 " ;
595+ return "2.1.4 " ;
596596 }
597597
598598 private void clearCaches () {
You can’t perform that action at this time.
0 commit comments