Skip to content

Commit 3b53a34

Browse files
Merge pull request #597 from ie3-institute/dependabot/gradle/com.google.code.gson-gson-2.13.2
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
2 parents c66f064 + 51cc745 commit 3b53a34

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.3' // quantities
61-
implementation 'com.google.code.gson:gson:2.13.1' // java serialization, POJOs -> JSON
61+
implementation 'com.google.code.gson:gson:2.13.2' // java serialization, POJOs -> JSON
6262
implementation 'org.apache.commons:commons-lang3:3.18.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)