Skip to content

Commit 9a46416

Browse files
committed
Use gson 2.10.1
Prevent dependency convergence.
1 parent 2be5c62 commit 9a46416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88
### Updated
99
- Update dspace-api dependency to 7.6.2
10-
- Update gson dependency to >= 2.10 to match dspace-api
10+
- Update gson dependency to 2.10.1 to match dspace-api
1111

1212
## [7.6.1.3] - 2024-06-26
1313
### Updated

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.code.gson</groupId>
3838
<artifactId>gson</artifactId>
39-
<version>[2.10,)</version>
39+
<version>2.10.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.dspace</groupId>

0 commit comments

Comments
 (0)