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

Commit d063b8b

Browse files
jasonborgcopybara-github
authored andcommitted
Bump com.google.code.gson dependency to version 2.9.1
PiperOrigin-RevId: 466737175 Change-Id: I929d3fb49c5c6a8d396fccd30b99095359325195
1 parent 8e70e2f commit d063b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/agent/internals/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.code.gson</groupId>
4444
<artifactId>gson</artifactId>
45-
<version>2.8.7</version>
45+
<version>2.9.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>javax.xml.bind</groupId>

src/codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.google.code.gson</groupId>
2323
<artifactId>gson</artifactId>
24-
<version>RELEASE</version>
24+
<version>2.9.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.freemarker</groupId>

0 commit comments

Comments
 (0)