We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850055f commit fed1648Copy full SHA for fed1648
pom.xml
@@ -114,6 +114,7 @@
114
<httpclient.version>[4.5.13,)</httpclient.version>
115
<cglib.version>3.2.7</cglib.version>
116
<xerces.version>2.12.1</xerces.version>
117
+ <gson.version>2.8.9</gson.version>
118
</properties>
119
<modules>
120
<module>io</module>
server/pom.xml
@@ -194,7 +194,7 @@
194
<dependency>
195
<groupId>com.google.code.gson</groupId>
196
<artifactId>gson</artifactId>
197
- <version>2.8.5</version>
+ <version>${gson.version}</version>
198
<scope>test</scope>
199
</dependency>
200
</dependencies>
0 commit comments