Skip to content

Commit

Permalink
Merge pull request #602 from vmware/dependabot/maven/com.google.code.…
Browse files Browse the repository at this point in the history
…gson-gson-2.12.0

build(deps): Bump com.google.code.gson:gson from 2.11.0 to 2.12.0
  • Loading branch information
VenelinBakalov authored Jan 30, 2025
2 parents 1944bda + b9abbb0 commit 9ba168c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/artifact-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>
<!-- includes snakeyaml: -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/plugins/vrealize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>com.vmware.pscoe.iac</groupId>
Expand Down

0 comments on commit 9ba168c

Please sign in to comment.