Use gson 2.10.1

Prevent dependency convergence.
This commit is contained in:
Alan Orth 2025-01-28 16:19:50 +03:00
parent 2be5c62d92
commit 9a46416331
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Updated ### Updated
- Update dspace-api dependency to 7.6.2 - 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 ## [7.6.1.3] - 2024-06-26
### Updated ### Updated

View File

@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>[2.10,)</version> <version>2.10.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>