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

Commit

Permalink
Merge pull request #72 from galasa-dev/iss1898-gson-wrapper
Browse files Browse the repository at this point in the history
Iss1898 - Upgrade GSON wrapper dependency version
  • Loading branch information
jadecarino authored Jun 10, 2024
2 parents a10584f + efdca1b commit 0f4bde3
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 0f4bde3

Please sign in to comment.