pom.xml: downgrade gson to v2.9.0

Downgrade gson to avoid dependency convergence issues in DSpace.
This commit is contained in:
Alan Orth 2024-01-02 20:28:19 +03:00
parent 9faf657c59
commit 14051984f3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

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