File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 117117 <groupId >com.google.code.gson</groupId >
118118 <artifactId >gson</artifactId >
119119 <version >${project.gson.version} </version >
120+ <exclusions >
121+ <exclusion >
122+ <groupId >com.google.errorprone</groupId >
123+ <artifactId >error_prone_annotations</artifactId >
124+ </exclusion >
125+ </exclusions >
120126 </dependency >
121127 <dependency >
122128 <groupId >junit</groupId >
607613 <project .appengine.version>2.0.29</project .appengine.version>
608614 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
609615 <project .jsr305.version>3.0.2</project .jsr305.version>
610- <project .gson.version>2.10.1 </project .gson.version>
616+ <project .gson.version>2.11.0 </project .gson.version>
611617 <project .jackson-core2.version>2.17.2</project .jackson-core2.version>
612618 <project .protobuf-java.version>3.21.12</project .protobuf-java.version>
613619 <project .guava.version>30.1.1-android</project .guava.version>
You can’t perform that action at this time.
0 commit comments