Skip to content

Commit

Permalink
Bump gson from 2.7 to 2.8.9
Browse files Browse the repository at this point in the history
Bumps [gson](https://github.com/google/gson) from 2.7 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.7...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2022
1 parent 010235f commit 2b0dac3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cs-dropbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.1</version>
<version>2.8.9</version>
</dependency>
<!--testing dependencies-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cs-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>io.spray</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cs-hashicorp-terraform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.9</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cs-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cs-microsoft-ad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cs-tesseract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<tess4j>4.6.1</tess4j>
<junit-jupiter-api.version>5.4.0</junit-jupiter-api.version>
<jayway-jsonpath.version>2.4.0</jayway-jsonpath.version>
<gson.version>2.8.5</gson.version>
<gson.version>2.8.9</gson.version>
<!--Misc properties-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion cs-vmware/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<jackson-databind.version>2.9.10.7</jackson-databind.version>
<commons-compress.version>1.19</commons-compress.version>
<commons-io.version>2.5</commons-io.version>
<gson.version>2.7</gson.version>
<gson.version>2.8.9</gson.version>
<!--Misc properties-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion cs-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>javax.xml.parsers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>javax.xml.parsers</groupId>
Expand Down

0 comments on commit 2b0dac3

Please sign in to comment.