Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit d19d634

Browse files
committed
deps: update dependency com.google.code.gson:gson to v2.9.1
1 parent 1666f2a commit d19d634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>2.9.0</version>
37+
<version>2.9.1</version>
3838
</dependency>
3939

4040
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>2.9.0</version>
37+
<version>2.9.1</version>
3838
</dependency>
3939

4040
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.code.gson</groupId>
4747
<artifactId>gson</artifactId>
48-
<version>2.9.0</version>
48+
<version>2.9.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

0 commit comments

Comments
 (0)