Skip to content

Commit c4d1ec9

Browse files
Bump com.google.code.gson:gson from 2.13.0 to 2.13.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.0...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fa9b23 commit c4d1ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858

5959
implementation 'javax.measure:unit-api:2.2' // quantities
6060
implementation 'tech.units:indriya:2.2.2' // quantities
61-
implementation 'com.google.code.gson:gson:2.13.0' // java serialization, POJOs -> JSON
61+
implementation 'com.google.code.gson:gson:2.13.1' // java serialization, POJOs -> JSON
6262
implementation 'org.apache.commons:commons-lang3:3.17.0' // for HashCodeBuilder
6363
implementation 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components
6464
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0

0 commit comments

Comments
 (0)