Skip to content

Commit 2dacbdc

Browse files
Merge pull request #9 from WURFL/2.0.3
2.0.3
2 parents e417f55 + a031a47 commit 2dacbdc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.scientiamobile.wurfl</groupId>
88
<artifactId>wmclient-example</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.scientiamobile.wurflmicroservice</groupId>
5050
<artifactId>wurfl-microservice</artifactId>
51-
<version>2.0.2</version>
51+
<version>2.0.3</version>
5252
</dependency>
5353

5454
</dependencies>

wmclient/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.3
2+
-------------------------------------
3+
- Bumped commons-collections from 3.2.1 to 3.2.2 to fix library vulnerability
4+
15
2.0.2
26
-------------------------------------
37
- Updated unit tests to run on different WURFL Microservice server configurations.

wmclient/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.scientiamobile.wurflmicroservice</groupId>
66
<artifactId>wurfl-microservice</artifactId>
7-
<version>2.0.2</version>
7+
<version>2.0.3</version>
88
<packaging>jar</packaging>
99

1010
<name>wurfl-microservice</name>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>commons-collections</groupId>
6666
<artifactId>commons-collections</artifactId>
67-
<version>3.2.1</version>
67+
<version>3.2.2</version>
6868
</dependency>
6969
<!-- Apache Commons Lang -->
7070
<dependency>

wmclient/src/main/java/com/scientiamobile/wurfl/wmclient/WmClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public void setCacheSize(int uaMaxEntries) {
559559
* @return This client API version
560560
*/
561561
public String getApiVersion() {
562-
return "2.0.2";
562+
return "2.0.3";
563563
}
564564

565565
private void clearCaches() {

0 commit comments

Comments
 (0)