Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ebx-cachebase-sdk Changelog

## 2.0.2 (Mar 31, 2025)
* Bump com.google.code.gson to `2.10.1` to fix security vulnerability.

## 2.0.1 (Mar 31, 2025)

* Bump lettuce-core dependency to `6.5.5.RELEASE`.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.echobox</groupId>
<artifactId>ebx-cachebase-sdk</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
Expand Down