Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Bump com.google.code.gson dependency to version 2.9.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466737175
Change-Id: I929d3fb49c5c6a8d396fccd30b99095359325195
  • Loading branch information
jasonborg authored and copybara-github committed Aug 10, 2022
1 parent 8e70e2f commit d063b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/agent/internals/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.7</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>RELEASE</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
Expand Down

0 comments on commit d063b8b

Please sign in to comment.