Skip to content

Commit 13c6612

Browse files
committed
Update gson to version used by dspace-api
1 parent 813517c commit 13c6612

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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.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
1111

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

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@
3636
<dependency>
3737
<groupId>com.google.code.gson</groupId>
3838
<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>
4047
</dependency>
4148
<dependency>
4249
<groupId>org.dspace</groupId>

0 commit comments

Comments
 (0)