Skip to content

Commit 6d6624c

Browse files
authored
deps: update dependency com.google.code.gson:gson to v2.9.1 (#698)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.code.gson:gson](https://togithub.com/google/gson) | `2.9.0` -> `2.9.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.code.gson:gson/2.9.1/confidence-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/gson</summary> ### [`v2.9.1`](https://togithub.com/google/gson/blob/HEAD/CHANGELOG.md#Version-291) - Make `Object` and `JsonElement` deserialization iterative rather than recursive ([#&#8203;1912](https://togithub.com/google/gson/issues/1912)) - Added parsing support for enum that has overridden toString() method ([#&#8203;1950](https://togithub.com/google/gson/issues/1950)) - Removed support for building Gson with Gradle ([#&#8203;2081](https://togithub.com/google/gson/issues/2081)) - Removed obsolete `codegen` hierarchy ([#&#8203;2099](https://togithub.com/google/gson/issues/2099)) - Add support for reflection access filter ([#&#8203;1905](https://togithub.com/google/gson/issues/1905)) - Improve `TypeToken` creation validation ([#&#8203;2072](https://togithub.com/google/gson/issues/2072)) - Add explicit support for `float` in `JsonWriter` ([#&#8203;2130](https://togithub.com/google/gson/issues/2130), [#&#8203;2132](https://togithub.com/google/gson/issues/2132)) - Fail when parsing invalid local date ([#&#8203;2134](https://togithub.com/google/gson/issues/2134)) Also many small improvements to javadoc. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-game-servers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE0MS4wIn0=-->
1 parent 6dd8622 commit 6d6624c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java-game-servers/samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>2.9.0</version>
37+
<version>2.9.1</version>
3838
</dependency>
3939

4040
<dependency>

java-game-servers/samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.code.gson</groupId>
3636
<artifactId>gson</artifactId>
37-
<version>2.9.0</version>
37+
<version>2.9.1</version>
3838
</dependency>
3939

4040
<dependency>

java-game-servers/samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.code.gson</groupId>
4747
<artifactId>gson</artifactId>
48-
<version>2.9.0</version>
48+
<version>2.9.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

0 commit comments

Comments
 (0)