Skip to content

Commit 5a53431

Browse files
Merge pull request #16 from WURFL/2.1.4
2.1.4
2 parents 5eaaad1 + 592f259 commit 5a53431

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed
22 KB
Binary file not shown.

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.1.3</version>
9+
<version>2.1.4</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.1.3</version>
51+
<version>2.1.4</version>
5252
</dependency>
5353

5454
</dependencies>

wmclient/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.1.4
2+
-------------------------------------
3+
- Updated Apache httpclient to fix known vulnerability
4+
5+
16
2.1.3
27
-------------------------------------
38
- Updated commons.io from 2.2 to 2.7 to fix known vulnerability

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.1.3</version>
7+
<version>2.1.4</version>
88
<packaging>jar</packaging>
99

1010
<name>wurfl-microservice</name>
@@ -58,7 +58,7 @@
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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)