diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7230e3c..13d1c7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Updated
- Update dspace-api dependency to 7.6.3
-- Update gson dependency to 2.10.1 to match dspace-api
+- Update gson dependency to 2.11.0 to match dspace-api
## [7.6.1.3] - 2024-06-26
### Updated
diff --git a/pom.xml b/pom.xml
index 4f23d2e..f707bfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,14 @@
com.google.code.gson
gson
- 2.10.1
+ 2.11.0
+
+
+
+ com.google.errorprone
+ error_prone_annotations
+
+
org.dspace