Skip to content

Commit

Permalink
feat: upgrade gson to 2.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Schrab <[email protected]>
  • Loading branch information
kschrab committed Sep 11, 2023
1 parent 18c3dd6 commit 9765a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NOTICE-THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ GraphHopper Core (0.13.0)
* Source: https://github.com/graphhopper/graphhopper/graphhopper-core


Gson (2.8.6)
Gson (2.10.1)

* License: Apache 2.0
* Maven artifact: `com.google.code.gson:gson:2.8.6`
* License: Apache-2.0
* Maven artifact: `com.google.code.gson:gson:2.10.1`
* Project: https://github.com/google/gson/gson
* Source: https://github.com/google/gson/gson/

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<version.commons-text>1.6</version.commons-text><!-- 1.6 is approved in CQ19028 -->
<version.findbugs-annotations>1.3.9-1</version.findbugs-annotations><!-- 1.3.9-1 is approved in CQ15081 -->
<version.graphhopper>0.13.0</version.graphhopper><!-- 0.13.0 is approved in CQ22337 (api) and CQ22338 (core) -->
<version.gson>2.8.6</version.gson><!-- 2.8.6 is approved in CQ21635 -->
<version.gson>2.10.1</version.gson><!-- 2.10.1 is approved in #6159 -->
<version.guava>32.1.1-jre</version.guava><!-- 28.2-jre is approved in #9229 -->
<version.hppc>0.8.1</version.hppc><!-- 0.8.1 is approved in CQ22339 -->
<version.jackson-xml>2.9.9</version.jackson-xml><!-- 2.9.9 is approved in CQ20701 -->
Expand Down

0 comments on commit 9765a03

Please sign in to comment.