diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9519b9d..043ff2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `org.vafer:jdeb` from 1.10 to 1.12 ([#146](https://github.com/SAIC-iSmart-API/saic-java-client/pull/146))
- Bump `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.3 ([#141](https://github.com/SAIC-iSmart-API/saic-java-client/pull/141))
- Bump `org.awaitility:awaitility` from 4.2.0 to 4.2.2 ([#153](https://github.com/SAIC-iSmart-API/saic-java-client/pull/153))
+- Bump `com.google.code.gson:gson` from 2.8.9 to 2.11.0 ([#160](https://github.com/SAIC-iSmart-API/saic-java-client/pull/160))
## [0.3.0] - 2023-10-21
### Added
diff --git a/saic-java-rest-client/pom.xml b/saic-java-rest-client/pom.xml
index 761806f..555d6f3 100644
--- a/saic-java-rest-client/pom.xml
+++ b/saic-java-rest-client/pom.xml
@@ -31,7 +31,7 @@
com.google.code.gson
gson
- 2.8.9
+ 2.11.0
org.junit.jupiter