Skip to content

Commit

Permalink
Merge pull request #31 from WURFL/1.11.1
Browse files Browse the repository at this point in the history
1.11.1
  • Loading branch information
andreacastello authored Mar 3, 2022
2 parents bdb879b + eb3124f commit d9652c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.11.1
Updated vulnerable dependency

1.11.0
Fix and ehn: replaced jsoniter with Gson due to some jsoniter deserialization issue and an unfixed severe security alert (CVE-2021-23441).

Expand Down
6 changes: 3 additions & 3 deletions code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.scientiamobile.wurflcloud</groupId>
<artifactId>client-java</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<packaging>jar</packaging>

<name>wurfl-cloud-client</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<testng.version>6.9.8</testng.version>
<logback.version>1.2.0</logback.version>
<logback.version>1.2.10</logback.version>
<slf4j.version>1.6.4</slf4j.version>
<jackson.version>2.10.2</jackson.version>
<maven.compiler.source>1.7</maven.compiler.source>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<version>2.8.9</version>
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface Constants {
/**
* The version of this client
*/
String CLIENT_VERSION = "1.11.0";
String CLIENT_VERSION = "1.11.1";

/**
* Accepted encoding enum.
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.scientiamobile.wurflcloud</groupId>
<artifactId>client-example</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<packaging>war</packaging>

<name>WURFL Cloud Client example webapp</name>
Expand Down

0 comments on commit d9652c8

Please sign in to comment.