File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ com.github.stephenc.jcip:jcip-annotations:1.0-1
232
232
com.google:guice:5.1.0
233
233
com.google:guice-servlet:5.1.0
234
234
com.google.api.grpc:proto-google-common-protos:1.0.0
235
- com.google.code.gson:2.9.0
235
+ com.google.code.gson:2.13.1
236
236
com.google.errorprone:error_prone_annotations:2.5.1
237
237
com.google.j2objc:j2objc-annotations:1.3
238
238
com.google.json-simple:json-simple:1.1.1
Original file line number Diff line number Diff line change 141
141
<kotlin-stdlib .version>1.6.20</kotlin-stdlib .version>
142
142
<jdom2 .version>2.0.6.1</jdom2 .version>
143
143
<jna .version>5.2.0</jna .version>
144
- <gson .version>2.9.0 </gson .version>
144
+ <gson .version>2.13.1 </gson .version>
145
145
<metrics .version>3.2.4</metrics .version>
146
146
<netty4 .version>4.1.118.Final</netty4 .version>
147
147
<snappy-java .version>1.1.10.4</snappy-java .version>
820
820
<groupId >com.google.code.gson</groupId >
821
821
<artifactId >gson</artifactId >
822
822
<version >${gson.version} </version >
823
+ <exclusions >
824
+ <exclusion >
825
+ <groupId >com.google.errorprone</groupId >
826
+ <artifactId >error_prone_annotations</artifactId >
827
+ </exclusion >
828
+ </exclusions >
823
829
</dependency >
824
830
<dependency >
825
831
<groupId >commons-cli</groupId >
You can’t perform that action at this time.
0 commit comments