diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ca0fc3..83b4478 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.2
-- Update gson dependency to >= 2.10 to match dspace-api
+- Update gson dependency to 2.10.1 to match dspace-api
## [7.6.1.3] - 2024-06-26
### Updated
diff --git a/pom.xml b/pom.xml
index d55bbd6..03d1ca0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
com.google.code.gson
gson
- [2.10,)
+ 2.10.1
org.dspace