Skip to content

Commit

Permalink
fix: upgrade com.google.code.gson:gson from 2.8.9 to 2.10.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade com.google.code.gson:gson from 2.8.9 to 2.10.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.google.code.gson/gson/

See this project in Snyk:
https://app.snyk.io/org/erykkul/project/4464a886-8bfe-4e85-8456-141041e2c64b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 25, 2023
1 parent 497c578 commit 8543da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.10.1</version>
<scope>compile</scope>
</dependency>
<!-- Should be refactored and moved to transitive section above once on Java EE 8 (makes WAR smaller) -->
Expand Down Expand Up @@ -805,7 +805,7 @@
<conf.image>gdcc/configbaker:${conf.image.tag}</conf.image>
<conf.image.tag>${app.image.tag}</conf.image.tag>

<docker.platforms></docker.platforms>
<docker.platforms/>

<!-- Variables as used in docker-compose.yml -->
<APP_IMAGE>${app.image}</APP_IMAGE>
Expand Down

0 comments on commit 8543da9

Please sign in to comment.