Skip to content

Commit

Permalink
CCLJ-50: updated logback dependency to resolve vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacastello committed Mar 3, 2022
1 parent bdb879b commit 8819e05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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
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 8819e05

Please sign in to comment.