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 6
6
7
7
<groupId >com.scientiamobile.wurfl</groupId >
8
8
<artifactId >wmclient-example</artifactId >
9
- <version >2.1.3 </version >
9
+ <version >2.1.4 </version >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
48
<dependency >
49
49
<groupId >com.scientiamobile.wurflmicroservice</groupId >
50
50
<artifactId >wurfl-microservice</artifactId >
51
- <version >2.1.3 </version >
51
+ <version >2.1.4 </version >
52
52
</dependency >
53
53
54
54
</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
+
1
6
2.1.3
2
7
-------------------------------------
3
8
- Updated commons.io from 2.2 to 2.7 to fix known vulnerability
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.scientiamobile.wurflmicroservice</groupId >
6
6
<artifactId >wurfl-microservice</artifactId >
7
- <version >2.1.3 </version >
7
+ <version >2.1.4 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >wurfl-microservice</name >
58
58
<dependency >
59
59
<groupId >org.apache.httpcomponents</groupId >
60
60
<artifactId >httpclient</artifactId >
61
- <version >4.5</version >
61
+ <version >4.5.13 </version >
62
62
</dependency >
63
63
<!-- Apache Commons Collections -->
64
64
<dependency >
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ public void setCacheSize(int uaMaxEntries) {
592
592
* @return This client API version
593
593
*/
594
594
public String getApiVersion () {
595
- return "2.1.3 " ;
595
+ return "2.1.4 " ;
596
596
}
597
597
598
598
private void clearCaches () {
You can’t perform that action at this time.
0 commit comments