pom.xml: use gson >= 2.10

This is used by dspace-api 7.6.2+.
This commit is contained in:
Alan Orth 2025-01-27 13:24:46 +03:00
parent 5113a91257
commit 4f81e1e17e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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