Skip to content

Commit 270e865

Browse files
build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 (#205)
* build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: dependency --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednar <[email protected]>
1 parent 562ad60 commit 270e865

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@
230230
<groupId>com.google.guava</groupId>
231231
<artifactId>guava</artifactId>
232232
<version>33.3.1-jre</version>
233+
<exclusions>
234+
<exclusion>
235+
<groupId>com.google.errorprone</groupId>
236+
<artifactId>error_prone_annotations</artifactId>
237+
</exclusion>
238+
</exclusions>
233239
</dependency>
234240

235241
<dependency>
@@ -241,7 +247,19 @@
241247
<dependency>
242248
<groupId>com.google.code.gson</groupId>
243249
<artifactId>gson</artifactId>
244-
<version>2.10.1</version>
250+
<version>2.11.0</version>
251+
<exclusions>
252+
<exclusion>
253+
<groupId>com.google.errorprone</groupId>
254+
<artifactId>error_prone_annotations</artifactId>
255+
</exclusion>
256+
</exclusions>
257+
</dependency>
258+
259+
<dependency>
260+
<groupId>com.google.errorprone</groupId>
261+
<artifactId>error_prone_annotations</artifactId>
262+
<version>2.28.0</version>
245263
</dependency>
246264

247265
<dependency>

0 commit comments

Comments
 (0)