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

Commit

Permalink
Upgrade GSON dependency to 2.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Jun 10, 2024
1 parent 25d10cd commit 3cc6d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.google.gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.10.1</version>
<packaging>bundle</packaging>

<name>galasa wrapped version of GSON</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.10.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3cc6d43

Please sign in to comment.