File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## Unreleased
8
8
### Updated
9
9
- Update dspace-api dependency to 7.6.3
10
- - Update gson dependency to 2.10.1 to match dspace-api
10
+ - Update gson dependency to 2.11.0 to match dspace-api
11
11
12
12
## [ 7.6.1.3] - 2024-06-26
13
13
### Updated
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.code.gson</groupId >
38
38
<artifactId >gson</artifactId >
39
- <version >2.10.1</version >
39
+ <version >2.11.0</version >
40
+ <!-- Ignore gson's dependency on error_prone_annotations because it causes dependency convergence with something pulled in by dspace-api -->
41
+ <exclusions >
42
+ <exclusion >
43
+ <groupId >com.google.errorprone</groupId >
44
+ <artifactId >error_prone_annotations</artifactId >
45
+ </exclusion >
46
+ </exclusions >
40
47
</dependency >
41
48
<dependency >
42
49
<groupId >org.dspace</groupId >
You can’t perform that action at this time.
0 commit comments