We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be5c62 commit 9a46416Copy full SHA for 9a46416
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## Unreleased
8
### Updated
9
- Update dspace-api dependency to 7.6.2
10
-- Update gson dependency to >= 2.10 to match dspace-api
+- Update gson dependency to 2.10.1 to match dspace-api
11
12
## [7.6.1.3] - 2024-06-26
13
pom.xml
@@ -36,7 +36,7 @@
36
<dependency>
37
<groupId>com.google.code.gson</groupId>
38
<artifactId>gson</artifactId>
39
- <version>[2.10,)</version>
+ <version>2.10.1</version>
40
</dependency>
41
42
<groupId>org.dspace</groupId>
0 commit comments