Skip to content

Commit 32adf8a

Browse files
Update dependency com.google.code.gson:gson to v2.12.1 (square#4296)
* Update dependency com.google.code.gson:gson to v2.12.1 * Suppress EP check on intentionally-broken example --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent 45f82b3 commit 32adf8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rxjava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
6868
rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.10" }
6969
reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.4" }
7070
scalaLibrary = { module = "org.scala-lang:scala-library", version = "2.13.16" }
71-
gson = { module = "com.google.code.gson:gson", version = "2.11.0" }
71+
gson = { module = "com.google.code.gson:gson", version = "2.12.1" }
7272
jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
7373
jacksonDataformatCbor = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor", version.ref = "jackson" }
7474
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }

retrofit-converters/gson/src/test/java/retrofit2/converter/gson/GsonConverterFactoryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void write(JsonWriter out, Value value) {
6666
}
6767

6868
@Override
69+
@SuppressWarnings("CheckReturnValue")
6970
public Value read(JsonReader reader) throws IOException {
7071
reader.beginObject();
7172
reader.nextName();

0 commit comments

Comments
 (0)