Skip to content

Commit

Permalink
Merge pull request #3651 from JPrendy/master
Browse files Browse the repository at this point in the history
Update gson to its latest version
  • Loading branch information
JakeWharton committed Nov 5, 2021
2 parents 5c6b2c7 + 97327e8 commit 515bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
'rxjava3': 'io.reactivex.rxjava3:rxjava:3.1.1',
'reactiveStreams': 'org.reactivestreams:reactive-streams:1.0.3',
'scalaLibrary': 'org.scala-lang:scala-library:2.13.6',
'gson': 'com.google.code.gson:gson:2.8.7',
'gson': 'com.google.code.gson:gson:2.8.9',
'jacksonDatabind': 'com.fasterxml.jackson.core:jackson-databind:2.12.4',
'jaxbApi': "javax.xml.bind:jaxb-api:${versions.jaxb}",
'jaxbImpl': "org.glassfish.jaxb:jaxb-runtime:${versions.jaxb}",
Expand Down

0 comments on commit 515bfc9

Please sign in to comment.