File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
src/main/java/com/scientiamobile/wurfl/wmclient Expand file tree Collapse file tree 4 files changed +9
-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.0.2 </version >
9
+ <version >2.0.3 </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.0.2 </version >
51
+ <version >2.0.3 </version >
52
52
</dependency >
53
53
54
54
</dependencies >
Original file line number Diff line number Diff line change
1
+ 2.0.3
2
+ -------------------------------------
3
+ - Bumped commons-collections from 3.2.1 to 3.2.2 to fix library vulnerability
4
+
1
5
2.0.2
2
6
-------------------------------------
3
7
- Updated unit tests to run on different WURFL Microservice server configurations.
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.0.2 </version >
7
+ <version >2.0.3 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >wurfl-microservice</name >
64
64
<dependency >
65
65
<groupId >commons-collections</groupId >
66
66
<artifactId >commons-collections</artifactId >
67
- <version >3.2.1 </version >
67
+ <version >3.2.2 </version >
68
68
</dependency >
69
69
<!-- Apache Commons Lang -->
70
70
<dependency >
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ public void setCacheSize(int uaMaxEntries) {
559
559
* @return This client API version
560
560
*/
561
561
public String getApiVersion () {
562
- return "2.0.2 " ;
562
+ return "2.0.3 " ;
563
563
}
564
564
565
565
private void clearCaches () {
You can’t perform that action at this time.
0 commit comments